4
पुनर्निर्देशन / देव / अशक्त करने के लिए
मैं एक उदाहरण bash शेल स्क्रिप्ट पढ़ रहा हूं: #!/bin/bash # This script makes a backup of my home directory. cd /home # This creates the archive tar cf /var/tmp/home_franky.tar franky > /dev/null 2>&1 # First remove the old bzip2 file. Redirect errors because this generates some if the archive …
144
bash-script
null