$ for tag in $(ls /tags); do echo $tag; done
$ exit
$ for tag in $(ls /tags); do echo $tag; done
$ exit