Search Results

Search: Posts Made By: xamxam
2,193
Posted By xamxam
it also works this way myvar=`find $GIVENPATH...
it also works this way
myvar=`find $GIVENPATH 2> /dev/Null`
if [ "$myvar" != "" ];then ...

thx guys,problem solved
2,193
Posted By xamxam
thx for the help guys ! although i have one more...
thx for the help guys ! although i have one more similar question.
i want to know if the path leading to a file given by the user is valid, in other words if the file exists,so how exactly is the "...
2,193
Posted By xamxam
From string to int ?
hello guys i m new to shell scripting and can't find out why this structure is not right
I m guessing this happens because $LINESUM is a string . so how can i do this ?
i want my script to do so...
Showing results 1 to 3 of 3

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