WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: shell scripting, which shell use tc?  (Read 2875 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
shell scripting, which shell use tc?
« on: March 02, 2011, 11:28:47 AM »
I wanted to learn some shell scripting and I went looking for tutorials, but for which shell should I look for the guides?
What uses the default tc?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: shell scripting, which shell use tc?
« Reply #1 on: March 02, 2011, 11:49:46 AM »
Hi vinnie
I believe the busybox version is the bourne shell (Not bourne again).
This link has some pretty good info. http://steve-parker.org/sh/sh.shtml.
You'll find a lot of the TC scripts start with  #!/bin/sh  which is a link to
the shell interpreter.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: shell scripting, which shell use tc?
« Reply #2 on: March 02, 2011, 11:54:11 AM »
I agree, search for "bourne shell", not the bash monstrosity.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: shell scripting, which shell use tc?
« Reply #3 on: March 02, 2011, 12:02:15 PM »
I wanted to learn some shell scripting and I went looking for tutorials, but for which shell should I look for the guides?
What uses the default tc?

http://www.in-ulm.de/~mascheck/various/ash/#busybox
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: shell scripting, which shell use tc?
« Reply #4 on: March 02, 2011, 12:35:15 PM »