Comment on Linux command line techniques: IO redirection and pipingComments−cellularmitosis15y'cat christmas_list.txt | sort > christmas_list.txt'the above is wrong. that will clobber the file.
Comments
'cat christmas_list.txt | sort > christmas_list.txt'
the above is wrong. that will clobber the file.