Search Results

Search: Posts Made By: hypnotic_meat
4,701
Posted By hypnotic_meat
Yep, that did it. I didn't know you had to have...
Yep, that did it. I didn't know you had to have a space between the brackets and the operations on the inside. Also, I had to do a double bracket test to make the evaluation interpret the right...
4,701
Posted By hypnotic_meat
Help with String Comparison
I'm running the following script to compare string values to a regexp:

for entry in $(lpinfo -v | cut -c 1-); do
if [$entry == socket://*]
then
echo "blah"
continue
...
8,391
Posted By hypnotic_meat
Thanks for the help, I appreciate it.
Thanks for the help, I appreciate it.
8,391
Posted By hypnotic_meat
Executing a Java Program
I am entirely new to shell scripting and would like to create a script to execute a java program called Main. I've already compiled it and placed the .java and .class files at /root/javaTest. Next...
Showing results 1 to 4 of 4

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