Tag Archive

How to Output a List of Files to a File and Sort Them in Linux

Published on 5 July , 2012 By bill

Introduction Have you ever wondered how to dump thousands of files to a text file and sort them alphabetically? This tutorial will show you how to do it and create a bash script.

How to Search for Text in Files Using Linux

Published on 12 October , 2011 By bill

Introduction There may be times when the name of a required file is unknown but you may remember some of the content of a file. A search can be performed in a Linux terminal that will display a list of files that contains the text you remember.