Volltextergebnisse:
- string_operations
- tions: tr, cut, paste, and join. Given a filename like /home/myplace/a.data.directory/a.filename.txt which we'll call $f you could use commands like: dirname $f basename $f basename $f .txt ... to see output like: /home/myplace/a.data.directory ... This handy for specifying a filename "extension" like .tar.gz which will be stripped off of the output.