X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fother-commands;fp=scripts%2Fother-commands;h=73f3468ec93e804e2e4eacb8df97b739dc38474c;hb=f5d92011429ec87196013fe7aef0ff4754a8088d;hp=0000000000000000000000000000000000000000;hpb=772696716f71071ad0d9c6589acdec2e3cb5a796;p=backups%2F.git diff --git a/scripts/other-commands b/scripts/other-commands new file mode 100644 index 0000000..73f3468 --- /dev/null +++ b/scripts/other-commands @@ -0,0 +1,13 @@ +# Handling null-delimited files with... + +# xargs +xargs -0 + +# grep +grep [-z|--null-data] + +# sed +# Can't figure this one out + +# awk +awk 'BEGIN { RS="\0" } {print...}'