Wednesday, May 10, 2023

How to write or append a file without opening in Linux?

 echo "hello world" >> /directory_path/my_file.txt

No comments:

Post a Comment

Reset Ubuntu with factory reset & and reinstall

  Try configuring unconfigured packages: sudo dpkg --configure -a Update the contents of the repositories sudo apt-get update Try to fix mis...