SHARE
Facebook X Pinterest WhatsApp

About.com: Common Shell Tools

Written By
thumbnail
Web Webster
Web Webster
May 28, 2000

“The real power of shell scripting is only fully realized
when the shell is used in conjunction with some of the myriad tools
which are standard on Unix and Linux systems.
In this article,
you’ll find brief reference documentation for some of the most
commonly used tools.”

“The cut command is used to dissect a line of text and “pull
out” substrings based on a set of rules the user supplies. There
are two ways to use cut; the first is to define a delimiter and
select a field. Delimiters are a single character and follow the
‘-d’ argument; fields are numbered beginning with 1 and follow the
‘-f’ argument.”

“The echo command is probably the most commonly used command in
shell scripting; in some Linux configurations, it is built in to
the BASH binary; in other distributions, it exists as a separate
implementation in the /bin/echo binary. The most commonly supplied
argument is ‘-n’ and is used to prevent echo from appending a
newline character to the end of its output… A number of escape
sequences can also appear in the output strings provided to echo
and will have the following effects if the ‘-e’ argument is
supplied to the echo command…”


Complete Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.