Search Results

Search: Posts Made By: grandtheftander
80,312
Posted By grandtheftander
Thank you everyone for responding. I went with...
Thank you everyone for responding. I went with the head to tail command. I previously didn't think the head/tail command would work but thank you for showing me the correct usage.
80,312
Posted By grandtheftander
extract a line from a file using the line number
Hello,
I am having trouble extracting a specific line from a file when the line number is known. My first attempt involved grep -n 'hi' (the word 'hi will always be there) to get the line number...
6,243
Posted By grandtheftander
Loading a comma Delimited file into an Array
Hello,
I have been stuck on this aspect of loading a comma delimited file into an array. I thought i had the syntax right, but my commands are not working the way I want them to. Basically my cut...
25,745
Posted By grandtheftander
thank you very much!
thank you very much!
25,745
Posted By grandtheftander
.netrc file
hello,
I am trying to write an automated script to transfer multiple files to another solaris 5.8 box. I am using the #! /bin/bash prompt and I am having trouble finding/creating the .netrc login...
86,909
Posted By grandtheftander
thank you so much...this was the first time i've...
thank you so much...this was the first time i've posted on a forum, and it def proved its usefulness...
86,909
Posted By grandtheftander
they are infact on the same line, but i did try...
they are infact on the same line, but i did try adding a '\'. I also tried the if statment with only two "conditions".
i.e.
f [ "$sString" != "2" && "$sString" != "5"]; then
array=("${array[@]}"...
86,909
Posted By grandtheftander
multiple conditions in if/then
Hello,
I am having trouble with the syntax with a conditional statement in a BASH script involving multiple conditions. Any suggestions would be greatly appreciated!

if [ "$sString" != "2" &&...
Showing results 1 to 8 of 8

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