This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
5
Sorting by a substring?
Post Body
So I have a text file, and in this text file is a list of entries like this:
/path/to/files/Filename_with_date_like_2015-06-14_2-25.mp3
/path/to/files/Filename_with_date_like_2015-06-16_0-28.mp3
/path/to/files/Filename_with_date_like_2015-06-17_0-31.mp3
What I'd LIKE to do is use a bash script (before it moves on to doing further processing of the text file) to sort this file, with the entries listed newest date first.
Any ideas?
Edit: formatting
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/bash/commen...