Search Results

Search: Posts Made By: bhargav
27,193
Posted By bhargav
Try this ... cp `ls --ignore=file1`...
Try this ...


cp `ls --ignore=file1` destinationDir
18,554
Posted By bhargav
print -n "enter number - " read val echo...
print -n "enter number - "
read val

echo $val | grep "[a-zA-Z]"

if test $? -ge 1
then
if [[ $val -ge 1 && $val -le 100 ]] ; then
print "OK"
else
print "NOT in 1-100 range"...
Showing results 1 to 2 of 2

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