Fix typo in xargs

This commit is contained in:
Andrea Cardaci 2018-06-03 12:11:46 +02:00
parent 2463f9477a
commit de8d657479

View File

@ -7,7 +7,7 @@ functions:
suid-enabled: suid-enabled:
- code: ./xargs -a /dev/null /usr/bin/id - code: ./xargs -a /dev/null /usr/bin/id
file-read: file-read:
- description: This works as long as the file does not contain the NUL character, also a trailing `$'\n'` is added. The actual `/bin/echo` command is executed. This GNU version only. - description: This works as long as the file does not contain the NUL character, also a trailing `$'\n'` is added. The actual `/bin/echo` command is executed. GNU version only.
code: | code: |
LFILE=file_to_read LFILE=file_to_read
xargs -a "$LFILE" -0 xargs -a "$LFILE" -0