Search Results

Search: Posts Made By: jayan_jay
1,199
Posted By jayan_jay
$ a="find /your/home/path -type f -print | xargs...
$ a="find /your/home/path -type f -print | xargs grep \"pattern\""
$ echo $a
find /your/home/path -type f -print | xargs grep "pattern"
$ eval $a
/your/home/path/filename:pattern
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy