Skip to content

Instantly share code, notes, and snippets.

@loomsen
Created August 6, 2021 12:21
Show Gist options
  • Save loomsen/fd74e4ed71771a2f9be7b8d38d28da35 to your computer and use it in GitHub Desktop.
Save loomsen/fd74e4ed71771a2f9be7b8d38d28da35 to your computer and use it in GitHub Desktop.
(☸ |dev:nvarz) nvarz:~/tmp$ cat unsorted.txt
a
c
b
d
g
f
e
(☸ |dev:nvarz) nvarz:~/tmp$ sort unsorted.txt > sorted.txt
(☸ |dev:nvarz) nvarz:~/tmp$ cat sorted.txt
a
b
c
d
e
f
g
(☸ |dev:nvarz) nvarz:~/tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment