Search Results

Search: Posts Made By: jakeo25
2,806
Posted By jakeo25
Hey DGPickett, you remind me of ... well, me. I...
Hey DGPickett, you remind me of ... well, me. I will have to try fxargs.c this at my next downtime. And ctsgnb, I try never to exort anything :), but the export might work. ;) I have another...
2,806
Posted By jakeo25
Thanks all. Great place for those tricky...
Thanks all. Great place for those tricky questions.

Since I am using a GNU port on Windows ctsgnb's the do_something solution
would not work::confused:

C:\BashFun>bash ds.sh
xargs:...
1,729
Posted By jakeo25
Slow Producer - Fast consumer
I would like to loop through a set of directories, performing operation(s) on each one. The basic script** is

dirs=`find . -name .svn -print`

for f in $dirs; do
echo "Processing $f...
2,806
Posted By jakeo25
Slow Producer - Fast consumer
I would like to loop through a set of directories, performing operation(s) on each one. The basic script** is

dirs=`find . -name .svn -print`

for f in $dirs; do
echo "Processing $f...
Showing results 1 to 4 of 4

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