- 2
Linux help
My professor gave the assignment of âCreate a file named info.txt that will contain your name, your gender, and your location without actually entering the file. (example: without using the commands vi, vim, nano, pico)â My answer is : echo âyourname yourgender yourlocationâ >> info.txt Is this correct??
1 Answer
0
Yeah . You are correct. But this is pretty noob question.. Try things yourself first rather than asking round.