Hi,
I am issuing find command as
Now i want to filter out certain file names using some regex with the above command, but i am not getting exact syntax.
--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
I am issuing find command as
Code:
find $path -type f -print
Code:
find $path -type f -print | grep 'abc*xyz'
# not working..
--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.