René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

basename [Unix shell]

$ basename /abc/def/ghi.txt
ghi.txt
$ basename ghi.txt
ghi.txt
$ basename ghi.txt .txt
ghi
$ basename /abc/def/ghi.txt .txt
ghi