bash - Query on find command -


when find inside directory output like

./mywork/a.c ./mywork/b.c ./mtab 

my question how can use find command in such way output not show ./

my output should be

mywork/a.c mywork/b.c mtab 

thanks, linuxpenseur

add -printf "%p\n" @ end.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -