Ubuntu/Debian — Sort “ls” by Last Changed Date
In Linux, you can display a list of files and directories using the ls command. By default, ls prints the contents of a directory (files and folders) alphabetically in a column-like layout: $ ls CHANGELOG.md README.md lerna-debug.log node_modules package.json test LICENSE jest.config.js lerna.json …
Continue Reading