Find the answer to your Linux question:
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 ...
  1. #1
    Just 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)

  2. #2
    Linux Newbie raghaven.kumar's Avatar
    Join Date
    Mar 2008
    Location
    Bangalore, India
    Posts
    209
    hi
    what do you want to know?
    need help creating a shell script?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...