Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Aug 30, 2023, 08:05 AM

Title: Confused what redirection operator doing here
Post by: mahesh on Aug 30, 2023, 08:05 AM
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