Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
decklin
on Dec 31, 2012
|
parent
|
context
|
favorite
| on:
Top Unix Command Line Utilities
Maybe you are confusing this with what happens when you do
for i in `find -name '*.mp4'`; do # ...
or similar. In that case, the output of `find` is indeed split first, and `for` sees "foo", "bar.mp4", and so on.
stiff
on Dec 31, 2012
[–]
Ah yes, you are right, thanks!
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: