Results 1 to 2 of 2
i got text command line on linux. such as
echo > /etc/squid/squid.conf
cat /usr/local/bin/chat_template/squid_default > /etc/squid/squid.conf
cat /usr/local/bin/chat_template/$1 >> /etc/squid/squid.conf
cat /usr/local/bin/chat_template/squid_speed_file >> /etc/squid/squid.conf
cat /usr/local/bin/nax_temp/$1 | grep -w $2 ...
- 10-30-2008 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 84
Big Question for help me.
i got text command line on linux. such as
echo > /etc/squid/squid.conf
cat /usr/local/bin/chat_template/squid_default > /etc/squid/squid.conf
cat /usr/local/bin/chat_template/$1 >> /etc/squid/squid.conf
cat /usr/local/bin/chat_template/squid_speed_file >> /etc/squid/squid.conf
cat /usr/local/bin/nax_temp/$1 | grep -w $2 | cut --delimiter=' ' -f 1
iptables -L FORWARD -xvn | grep $1 | grep u-band | awk '{ print $2 }' iptables -L FORWARD -xvn | grep $1 | grep d-band | awk '{ print $2 }'
possible to use these command in system,execl on c programing(same shell script .sh).!!
thank you very much for anwser..
(about 3 months a go dont have anyone anwser me)
- 10-31-2008 #2
hi
what do you want to know?
need help creating a shell script?


Reply With Quote