in file ~/x,
--- //zep/arod/jo/new/ded/main/changes 2013-05-13 17:14:34.000000000 -0700
--- //zep/arod/jo/new/ded/main/lib/soph/tool.py 2013-05-16 14:14:34.000000000 -0700
--- //zep/arod/jo/new/ded/main/lib/soph/pomp.py 2013-05-16 14:14:34.000000000 -0700
in c shell,
set F=`grep '^---' ~/x | cut -d/ -f7-99 | cut and somehow cut number`
then, ls $F
should give
ded/main/changes
ded/main/lib/soph/tool.py
ded/main/lib/soph/pomp.py
I dont quite understand the -f tag and not sure how to cut the timestamp part
any suggestions?