Search Results

Search: Posts Made By: Scrutinizer
3,357
Posted By Scrutinizer
Yes, the shell expands the wild card, but it does...
Yes, the shell expands the wild card, but it does not somehow pass the expanded result as an input line to itself, it does not pass anything. It would only do that if it would pass it to another...
3,357
Posted By Scrutinizer
Hi Ivo, this is not correct, there are no line...
Hi Ivo, this is not correct, there are no line length limitations to a for loop, which is part of the shell syntax, so the limitations of passing parameters to a subprocess do not apply.

The...
3,357
Posted By Scrutinizer
Why use a shell loop? Try with find's -exec ...
Why use a shell loop? Try with find's -exec

find . -iname '*.jar' -exec jar -tf {} \; > cls.dat


---

Actually it does, because Ravinder used double quotes around the variable expansion...
Showing results 1 to 3 of 3

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