Lesezeichen

Bash one liner to randomize lines in file | The Hive Archive


Beschreibung

for i in cat unusual.txt; do echo “$RANDOM $i”; done | sort | sed -r ’s/^[0-9]+ //’ > randorder.txt

Vorschau

Tags

Nutzer

  • @folke

Kommentare und Rezensionen