X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fother-commands;fp=scripts%2Fother-commands;h=0000000000000000000000000000000000000000;hb=c6cbff9421d76720e83b9ee7e2216fd5a3693544;hp=73f3468ec93e804e2e4eacb8df97b739dc38474c;hpb=cb9371796a05c3ab8e74310e78a8d75e980a7b19;p=backups%2F.git diff --git a/scripts/other-commands b/scripts/other-commands deleted file mode 100644 index 73f3468..0000000 --- a/scripts/other-commands +++ /dev/null @@ -1,13 +0,0 @@ -# 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...}'