Search Results

Search: Posts Made By: rjsha1
2,967
Posted By bakunin
grep can be made to work on all files in a...
grep can be made to work on all files in a directory, so (something like) this might speed things up:

find . -type d -exec grep "BB_TENURE_DAYS" {}/* \;



In this case it lands on <stdout>,...
1,534
Posted By DGPickett
pval is a shell variable, payload value. read...
pval is a shell variable, payload value. read puts values in variables, using the shell's usual $IFS characters as separators, and putting excess values, at least with ksh but it varies, in the last...
Showing results 1 to 2 of 2

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