Search Results

Search: Posts Made By: orangeSunshine
9,571
Posted By orangeSunshine
when I run /proc/version I get: Linux...
when I run /proc/version I get:

Linux version 2.6.31.8 (@) (gcc version 4.3.2 (sdk3.3-ct-ng-1.4.1) ) #1 Tue Jul 24 18:11:21 PDT 2012

I've done a chmod 777 and a chmod +x to the file.

and to...
4,351
Posted By orangeSunshine
You need two "==" in your if statements. A...
You need two "==" in your if statements. A single "=" assigns whatever is after to whatever is before. Double "==" means "is equal to".

if [[ "$A" == "y" || "$A" == "Y" ]]

---------- Post...
9,571
Posted By orangeSunshine
Read: line 6: illegal option -e
For some reason read -e isn't working in my script. I need a directory as input from a user and I'd like for them to be able to use tab complete which is why I'm using -e. When the script is run, I...
Showing results 1 to 3 of 3

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