Y
Hacker News
new
|
ask
|
show
|
jobs
by
rnestler
1338 days ago
How well does this work with whitespace? For example if I want to delete certain files in a directory: `rm $(ls *.foo | checkline)` the arguments for rm would need to be correctly whitespace escaped, right?