Learn basic Linux machine commands| Part-4 | Punjabi | AWS

Опубликовано: 17 Июль 2026
на канале: ComputeWithAman
24
5

Hi all,
Please find below the commands used in the video-

ping ---------- an exchange between two people
curl ---------- If you want the actual html code
wget ---------- A tool for downloading files from the web

13. echo ----------- prints the string passed to it as an argument ------------------- echo hello (enter)

13a. echo text (1 greater than sign )file.txt (enter) -------- Add text into file named file.txt
13b. echo text2 (2 greater than signs )file.txt (enter) ------ Add text2 into next line of file.txt (Append)
13c. echo text3 (1 greater than sign )file.txt (enter) ------- Overwrite text3 on previous text of file.txt (Overwrite)

14. cp ------------- To make a copy of file ------------------------------------------ cp file1 file2 (enter)
14a. cp R --------- To copy folders and their contents ------------------------------- cp -R dir1 dir2 (enter)

--------------------------------------------------------------------------------------------------------------------------------------

For More Information:
Please write us at: [email protected]

====== If you would like to donate and give support to our Channel, write a mail to us.

Thanks For giving Your Valuable time.
Regards,
ComputeOnCloud Team