4 
 
        
      
      เปลี่ยนเส้นทางไปยัง / dev / null
      
  ฉันกำลังอ่านสคริปต์เปลือกทุบตีตัวอย่าง: #!/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 # does not exist. Then create a new …
      
        
          
                   144
                
        
        
          
                  
                    bash-script 
                  
                    null