Introduction

In this lecture we will see how some common Linux command line programs can be used to perform simple, though powerful, manipulation of data, for example, searching, sorting and selecting data. This provides us with an effective and time-saving approach to manipulating data. ... or to redirect the output to 'file5.dat': $ sort file4.dat > file5 ... ................
................