Search Results

Search: Posts Made By: stride6
4,564
Posted By stride6
All i see - bar one or two- are job ads for...
All i see - bar one or two- are job ads for mid-senior unix adminstrators. how does someone with no experience in the field gets into it when everyone is looking for guys with 2 or 3 or 4 or 5 years...
4,564
Posted By stride6
career as a unix admin and new graduate
Hello all,

Im about to graduate with a degree in computer science. I think i've found my 'niche' in unix and would like to take it up as a career. I hope you dont mind answering a few questions....
3,628
Posted By stride6
thanks man, its strange though why isnt there an...
thanks man, its strange though why isnt there an option that checks to see if the file is empty instead of having to negate the statement.
3,628
Posted By stride6
^ exactly so wouldnt -z check the file content...
^ exactly so wouldnt -z check the file content and then erase the file if its empty? or is it -s?
3,628
Posted By stride6
oh man im lost.
oh man im lost.
3,628
Posted By stride6
remove the empty file[touch file i created to...
remove the empty file[touch file i created to test the script] is what im trying to do , shouldnt it do just that?
3,628
Posted By stride6
thanks for the prompt reply. so would i run the...
thanks for the prompt reply. so would i run the command man bash? I was reading a book and it said to use the -z option to check wether the string is empty.
3,628
Posted By stride6
new to shell scripting: whats wrong with my if loop
#!/bin/bash

for file in $HOME/[ A-Za-z ]*;
do
if [ -z $file ]; then
rm -i $file > /dev/null
echo "$?"
echo "$file has been deleted"
fi
done

Been trying to learn shell scripting for a...
Forum: Solaris 06-21-2006
5,399
Posted By stride6
help?? anyone?
help?? anyone?
Forum: Solaris 06-21-2006
5,399
Posted By stride6
thanks for the reply!. My ip address is static.
thanks for the reply!. My ip address is static.
Forum: Solaris 06-20-2006
5,399
Posted By stride6
solaris 10 isnt detecting my internet connection
I installed solaris 10 on my desktop pc, however it does not detect my internet connection. IM also running redhad and that detects it automatically, so i guess i have to go in manually and change...
Showing results 1 to 11 of 11

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