Clean-up the scripts directory a little
[backups/.git] / scripts / other-commands
diff --git a/scripts/other-commands b/scripts/other-commands
deleted file mode 100644 (file)
index 73f3468..0000000
+++ /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...}'