Bash 101: Working at the CLI
Jan 10, 2010, 08:02 (5 Talkback[s])
(Other stories by Joe Brockmeier)
"The command line can be very intimidating to new users. Having
to use the command line is one of the chief complaints and fears
for a lot of users who venture into Linux. But it doesn't have to
be scary, and you don't need to know everything to dip your toe in
and find out how useful the CLI can be.
"When we talk about the command line on Linux, we're usually
talking about GNU Bash. In this tutorial, I'll show some of the
basics of Bash without getting too deep into Bash's functionality.
This means that I'll skim over a lot that more expert users already
know, but try to provide a sane overview for new users who aren't
(yet) gung-ho about using the CLI.
"What's Bash?
"Bash is the shell for most major Linux distributions. If you're
running openSUSE, Ubuntu, Fedora, Slackware, Mandriva, then when
you are at a console or have a terminal open, you're working with
Bash. The name, "Bash" is actually modeled after the Bourne shell,
a shell that was created by Stephen Bourne and distributed with
Unix starting in the late 1970s. The "Bourne again shell" emulates
the original Bourne shell in many ways, but also adds a number of
features and runs on far more operating systems than the
original."
Complete Story
Related Stories:
- Practical Guide to Linux Commands, Editors, and Shell Programming(Jan 01, 2010)
- A short tutorial on linux dialog utility(Dec 31, 2009)
- Vim Tip: using "paste" to avoid the staircase effect(Dec 27, 2009)
- Grep and print control characters in file(Dec 04, 2009)
- Repeating Commands in Bash(Dec 04, 2009)
- More Fun With Bash Quoting(Nov 24, 2009)
- Tech Tip: Find Directories Over a Certain Size(Nov 17, 2009)
- Command line tricks for smart geeks(Nov 17, 2009)