Paweł Cisło

67%
Flag icon
This example shows files.txt being redirected as input for the sort command. The output of the sort command is then redirected to the sorted_files.txt file. $ sort < files.txt > sorted_files.txt
Paweł Cisło
< and > combined
Linux for Beginners
Rate this book
Clear rating
Open Preview