Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


The "cut" Utility

July 19, 1998

The cut utility allows you to cut a specified bit of data from a file. The most common usage is to split delimited lines such that the command returns a given field for each row.

The "cut" utility follows the basic syntax shown below:

cut -c[character_position] filelist
or
cut -f[fields] -d[field separator] filelist

Consider the cut operation applied to the password file in which we direct the utility to return the 3rd field as delimited by the colon character.

[cut Example]
Options Description
-c[character_position] Specifies the character positions to cut out. It can be a comma delimited list, a dash specified range, or both such as 1,2,3 6-10,18
-f[fields] Specifies the fields that should be cut out provided you also specify a delimiter. This does not work with the -c option and vice versa.
-d[delimiter] The character that delimits fields
-s Specifies that if the specified delimiter does not appear in the line, that the line should not be included im the cut.

Below are some more examples of using cut. Notice that by default cut expects a tab character or space as a delimiter so no delimiter need be specified if your file is already delimited by a space character or tab.

[cut Example]

The "wc" Utility
Introduction to UNIX for Web Developers | Table of Contents
The "paste" Utility


Up to => Home / Internet / UNIX / Intro




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers