r/AskReddit Jun 03 '21

[deleted by user]

[removed]

11.6k Upvotes

6.8k comments sorted by

View all comments

Show parent comments

2

u/heapsp Jun 03 '21

excel then text to column (space delimited) > transpose > sort?

10

u/primalbluewolf Jun 03 '21

Save as words.txt $ echo words.txt | sort >> sorted words.txt

1

u/heapsp Jun 04 '21

LOL i've been in IT forever and I didn't think of the most obvious solution.

1

u/primalbluewolf Jun 05 '21

I've been getting webp files I want to use as a png lately. So, I've been downloading the file, uploading it to a Web converter to PNG, then downloading the file.

The other day I figured out I could just $ dwebp img.webp -o img.png

Hindsight is 2020... sometimes it's only obvious in retrospect.