Search Results

Search: Posts Made By: bone11409
18,029
Posted By bone11409
When I run that script it delete's the...
When I run that script it delete's the customer.txt file and it don't delete the folder's
#!/bin/bash

for file in `cat customer.txt`; do
# -f is for force
# -r is for recursive
#...
18,029
Posted By bone11409
I don't understand where you are getting the $1...
I don't understand where you are getting the $1 variable from and I don't understand what the folder1|folder2|folder3 is for if you don't care can you break it down for me or point me to some...
18,029
Posted By bone11409
Ok I am trying to do a rm -rf for every folder...
Ok I am trying to do a rm -rf for every folder that is listed in my customer.txt so let's say that text file has 3 folder names in it: folder1, folder2,folder3 I want to delete those folder with a...
18,029
Posted By bone11409
Bash script to delete folder based on text file information
I have been working on a script to list all the name's of a subfolder in a text file then edit that text file and then delete the subfolder base on the edited text file so far I have been able to do...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy