WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
shell scripting, which shell use tc?
« on: March 02, 2011, 02:28:47 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?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11573
Re: shell scripting, which shell use tc?
« Reply #1 on: March 02, 2011, 02:49:46 PM »
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: 1229
Re: shell scripting, which shell use tc?
« Reply #2 on: March 02, 2011, 02:54:11 PM »
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, 03: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, 03:35:15 PM »