4 Apr
2009
4 Apr
'09
1:23 p.m.
2009/4/4 Baho Utot <baho-utot@columbus.rr.com>:
find returns the directory entry with ./ in front of the directory name Anyone know how to make find return abs instead of ./abs
If i begins with "./" you can remove it using echo $i | cut -c 3- -- Abhishek