Search Results

Search: Posts Made By: robfwauk
1,097
Posted By robfwauk
echo "Please Enter File if copy" read FILE ...
echo "Please Enter File if copy"
read FILE

#check if file exists first
if [ -e ${FILE} ]; then
cp ${FILE} /usr/Richard/Dropbox/Copied_Stuff
fi


Is this what your after?
2,759
Posted By robfwauk
Good spot :) So your probably after ...
Good spot :)

So your probably after


SELECT id, user FROM record WHERE time >= "12:00" AND time <= "12:30";
7,245
Posted By robfwauk
echo "Enter Name:" read NAME echo "Hello...
echo "Enter Name:"
read NAME
echo "Hello ${NAME}"
Showing results 1 to 3 of 3

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