From 3b226d19bb19a87eb565f3e1d16e14f446b56e76 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 27 Aug 2024 22:25:00 +0000 Subject: deploy: 9b47b98b7c5efce0bf50d57aa5d7e374bcbabf23 --- cli/tac.html | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 cli/tac.html (limited to 'cli/tac.html') diff --git a/cli/tac.html b/cli/tac.html new file mode 100644 index 0000000..476b50d --- /dev/null +++ b/cli/tac.html @@ -0,0 +1,240 @@ + + + + + + tac - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

tac(1)

+
# Reverse output lines of file(s) and concatenate (reverse of cat).
+tac FILE [FILE]
+
+echo -e 'aa\nbb\ncc\ndd' | tac
+# dd
+# cc
+# bb
+# aa
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3