Whats wrong with my script?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Whats wrong with my script?
# 1  
Old 11-15-2010
Whats wrong with my script?

I am trying to find a value within a properties file and declare it into a variable. Script below. I want the "memSize" to be the branch from the properties file. Right now it always tells me "Not found" What am I doing wrong?

Code:
#!/bin/sh
memsize ='';
memSize=`sed '/^\#/d' LoaderMemorySettings.properties | grep '$256' ` ; 
echo $memSize

Contents of properties file:

Code:
768= LAX
256=ORD


Last edited by radoulov; 11-15-2010 at 11:19 AM.. Reason: Code tags, please!
# 2  
Old 11-15-2010
It's kinda weird that your properties file looks like that, I think the key and value should be reversed...but it's ok, so the expected output is "ORD", right?
Try this:
Code:
memSize=`grep '^256' aaa | cut -d= -f 2`
echo $memSize

# 3  
Old 11-15-2010
Quote:
Originally Posted by kevintse
It's kinda weird that your properties file looks like that, I think the key and value should be reversed...but it's ok, so the expected output is "ORD", right?
Try this:
Code:
memSize=`grep '^256' aaa | cut -d= -f 2`
echo $memSize

I just set the file that way. I can change it around either way. thanks will try this.

---------- Post updated at 12:19 PM ---------- Previous update was at 10:59 AM ----------

Hmm. Its not finding it. I get this:
./read.sh: memSize: not found

ideas?
# 4  
Old 11-15-2010
Quote:
Originally Posted by vsekvsek
Hmm. Its not finding it. I get this:
./read.sh: memSize: not found

ideas?
I would guess you still have a space in your declaration of memSize?

Code:
memSize =...

Variables should not have any spacing before or directly after the =
# 5  
Old 11-15-2010
Thanks for respones. I changed it to below. I now get an output of blank line followed by "TEST". So my memSize variable apparently gets modified but never displays. Am I doing something still wrong here?
Code:
#!/bin/sh    
test="TEST";
memSize="TEST2";
memSize=`grep '^256' LoaderMemorySettings.properties | cut -d= -f 2`;
echo $memSize
echo $test


Last edited by Scott; 11-15-2010 at 04:53 PM.. Reason: Code tags
# 6  
Old 11-15-2010
The code works for me.

One command would do, but the output should be the same:

Code:
$ sed -n "/^256/s/.*=//p" LoaderMemorySettings.properties 
ORD

Code:
$ X=$($ sed -n "/^256/s/.*=//p" LoaderMemorySettings.properties)
$ echo $X
ORD

Assuming that your "LoaderMemorySettings.properties" file has a line exactly starting with 256=...
# 7  
Old 11-15-2010
Quote:
Originally Posted by kevintse
It's kinda weird that your properties file looks like that, I think the key and value should be reversed...but it's ok, so the expected output is "ORD", right?
Try this:
Code:
memSize=`grep '^256' aaa | cut -d= -f 2`
echo $memSize

Sorry, "aaa" is the name of my test input file, you have to change it to your properties file:
Quote:
memSize=`grep '^256' LoaderMemorySettings.properties | cut -d= -f 2`
echo $memSize
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sh Script whats wrong?

Hi there, i have a problem i have created followning sh files some years ago but now it dosen`t work anymore i never used it a long time. Can anyone find the Error? Its always runs the stop() block and trying to Killing the Server also if i try to start or creat a new one. #!/bin/sh stop()... (6 Replies)
Discussion started by: NewCannon
6 Replies

2. UNIX for Dummies Questions & Answers

Whats wrong with this if-else

hi whats wrong in below?? CHECK=M10; if ; then echo "hello hi"; else echo "how are u hello hi"; fi I am getting error as ./test.sh: line 2: ' ./test.sh: line 2: M10: command not found ./test.sh: line 2: M10: command not found ./test.sh: line 2: M10: command not found (8 Replies)
Discussion started by: skyineyes
8 Replies

3. Homework & Coursework Questions

Whats wrong with the following

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: ls -ld htdocs drwxr-x--- 3 root root 8192 2006-11-19 10:41 htdocs How would a host administrator... (1 Reply)
Discussion started by: Larry_1
1 Replies

4. OS X (Apple)

Whats wrong with this shell script!!!!!

hi guys can you tell me if anything is wrong with this script, seems reasonable to me but somehow never works. Script redacted for being too explicit (2 Replies)
Discussion started by: Freddo
2 Replies

5. UNIX for Dummies Questions & Answers

Whats wrong in the script?

if then if then echo "fst argument is $1 " else if then "fst argument is $1" fi fi fi Can anyone tell me. My requirement is tht pass a string .. Check whether it contains "-". If yes then check if it... (1 Reply)
Discussion started by: nehagupta2008
1 Replies

6. Shell Programming and Scripting

tell me whats wrong with this

#! /bin/bash USAGE=" | ] if then echo "$USAGE" exit 1 fi while getopts lb: OPTION do case $(OPTION)in a) echo Hi there! exit 2;; b) echo hello o) OARG=$OPTARG;; \?)echo "$USAGE" ;; exit 2;; esac done shift `expr... (1 Reply)
Discussion started by: nadman123
1 Replies

7. Shell Programming and Scripting

tell me whats wrong in this?

#! /bin/bash head -5 $1 echo "remove $1 ?" read answer if then echo invalid answer elif rm $1 echo "$1 is deleted" elif then echo file is not deleted else echo "invalid answer" fi What i really want this to do is to ask to delete the file or not..it says something wrong... (1 Reply)
Discussion started by: nadman123
1 Replies

8. UNIX for Advanced & Expert Users

Whats wrong in this Script ???

PATH="/clocal/mqbrkrs/user/mqsiadm/sanjay" MAIL_RECIPIENTS="xyz@abc.com" Subject="File accessed in last minutes:" find $PATH -type f -amin -1 > temp.txt.$$ cat temp.txt.$$ | \ while read line do fuser -uV $line >> tempmail.txt done cat "$tempmail.txt" | mailx -s "$Subject"... (4 Replies)
Discussion started by: varungupta
4 Replies

9. Shell Programming and Scripting

Whats wrong with this script?

Hi all, #!/bin/ksh BIN=/interface/Gunner age=$1 directory="$2" && directory=. cd "$directory" || exit 1 from=`$BIN/today -$age` cd $BIN for i in `cat filestoarchive.txt`;do cd $i find . -mtime 14 | grep -v '.tar$' | $BIN/dttmfilter | awk '$1<="'$from'"{ print;};' | \ done (2 Replies)
Discussion started by: kayarsenal
2 Replies

10. Shell Programming and Scripting

Whats wrong with this 5 line script!

Hi #!/bin/sh user=$1 if " -eq 0 ] echo "No" else echo "Yes" fi I'm not quite sure whats wrong with this but I know its something silly. Any ideas? Thanks (9 Replies)
Discussion started by: c19h28O2
9 Replies
Login or Register to Ask a Question