Computer Science, asked by Dhruvchandoliya7645, 1 year ago

The command used to append some text at the end of file in unix?

Answers

Answered by nimbhora2103khushi
0

You can use the cat command to append data or text to a file. The cat command can also append binary data. The main purpose of the cat command is to display data on screen (stdout) or concatenate files under Linux or Unix like operating systems. To append a single line you can use the echo or printf command.

Answered by AskewTronics
0

Cat command is the correct answer for the above question

Explanation:

  • In the Linux operating system, some commands can be used in the terminal of the operating system.
  • When a user wants to add some text of lines at the end of any file in this operating system then he needs to type cat command in the terminal by the help of the following--
  1. Cat filename
  2. Press Enter
  3. then type the string
  4. Then press CTRL +Z to save the file.
  • The above question asked about that command which is used to append the text in any file. Then the command is the cat command. Hence cat command is the correct answer.

Learn More:

  • Linux operating system : https://brainly.in/question/2059365
Similar questions