|
|
|
|
|
by ikeyany
3285 days ago
|
|
> Like iterating over the files in a directory, for example. If you think that's easy in Bash you have either have a funny definition of easy Maybe I'm overlooking something...but why wouldn't this work: for file in $(ls); do {<looped command>}; done |
|