
Sign up to save your podcasts
Or


In this episode, which will be a little over our ten minute length, we will consolidate what we have learnt to date and introduce the more command and about pipes.
Adding or appending to a file:- echo “Today is Sunday” >> ./TEST/hello.txt
more ./Test/hello.txt
cat ./Test/hello.txt | more
By Dave GoldsbroughIn this episode, which will be a little over our ten minute length, we will consolidate what we have learnt to date and introduce the more command and about pipes.
Adding or appending to a file:- echo “Today is Sunday” >> ./TEST/hello.txt
more ./Test/hello.txt
cat ./Test/hello.txt | more