News:

SMF - Just Installed!

Main Menu

Confused what redirection operator doing here

Started by mahesh, Aug 30, 2023, 08:05 AM

Previous topic - Next topic

mahesh

Following tutorial on linux journey. I am newbie to linux btw.

     Code:
$ echo Hello World > rm #is this removing a file called Hello World?

$ > somefile.txt #I tried this command nothing really happen