blob: be18e05691084b0b9fa1b412a2afdb948cfe5df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2016-10-21T19:14:23Z"
content="""
Good thought about argument length limit. Use xargs?
There is a disturbing lack of quoting on `$FILELIST` which I think could be
a problem with filenames containing spaces etc. Using xargs with `-d \n`
should also avoid that problem.
"""]]
|