hi,
which vi or whatever command deletes the leading parts of row in a file leaving the tail ?
I have some directory entries in the file and want to extract the filenames only...
something like this
/opt/data/archive/arch_01.dbf
/opt/data1/db21/temp.dbf
/opt/data/archive/old/arch_01.dbf
and the result should be like this
arch_01.dbf
temp.dbf
arch_01.dbf
any help highly appreciated...