Search Results

Search: Posts Made By: aco4u
1,194
Posted By aco4u
Thanx a lot guys!
Thanx a lot guys!
1,194
Posted By aco4u
Unpacking with shell script
Hi guys i have this task for exam in 2 days and i cant solve it.
So i need when i give my script a path to a file,it needs to recognize what tool to use to unpack it.
for exmp
file.tar.gz tar zxf...
1,312
Posted By aco4u
Works,thanx a lot!
Works,thanx a lot!
1,312
Posted By aco4u
Ip up/down testing
#!/bin/bash
ip=$1
if [ -z "$ip" ]; then
echo "U must enter ip as argument: $0 [ip]"
exit 1
fi
testip=`echo $ip |grep -E...
Showing results 1 to 4 of 4

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