annotate bin/tac @ 8443:25d17890312c

<noloveinwaikiki> le/rn oerjan/pedantic like a STASI agent traces every unknown user. but why? game? tradition? misinformation? uncivilized sports .. ultraviolant on christmas eve. (old text: wisdom/oerjan_)
author HackBot
date Fri, 10 Jun 2016 07:54:27 +0000
parents ff8fd5c8898c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6630
ff8fd5c8898c <izabera> ` printf \'#!/bin/bash\\nfor file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%%s\\\\n" "${lines[i]}"; done done\' > bin/tac
HackBot
parents: 6629
diff changeset
1 #!/bin/bash
ff8fd5c8898c <izabera> ` printf \'#!/bin/bash\\nfor file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%%s\\\\n" "${lines[i]}"; done done\' > bin/tac
HackBot
parents: 6629
diff changeset
2 for file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%s\n" "${lines[i]}"; done done