Search Results

Search: Posts Made By: rdrtx1
2,398
Posted By rdrtx1
-f tests if file exits. -d tests if directory...
-f tests if file exits. -d tests if directory exists.
2,398
Posted By rdrtx1
names=(32983_f 35416_f 43579_f) # these are the...
names=(32983_f 35416_f 43579_f) # these are the names of directories where I want to copy the files to
for i in ${names[@]}
do
if [ -f /Users/name/Dropbox/$i_exp.txt ] ; then
# _exp.txt is...
2,398
Posted By rdrtx1
try: names=(32983_f 35416_f 43579_f) #...
try:

names=(32983_f 35416_f 43579_f) # these are the names of directories where I want to copy the files to
for i in ${names[@]}
do
if [ -f /Users/name/Dropbox/$i_exp.txt ]; then
#...
Showing results 1 to 3 of 3

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