changeset 8494:02552b82a85f

<shachaf> rm bin/tac
author HackBot
date Thu, 16 Jun 2016 09:37:42 +0000
parents f6a66141cc4e
children 4e062972be38
files bin/tac
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tac	Thu Jun 16 08:31:34 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#!/bin/bash
-for file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%s\n" "${lines[i]}"; done done
\ No newline at end of file