shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Re: Cut


From: Jorge Pereira
Subject: Re: [shell-script] Re: Cut
Date: Tue, 27 Apr 2004 20:30:17 -0000

#  Veja ai o exemplo, man cut

[jorge@server jorge]$ echo "linux" | cut -b 3-
nux
[jorge@server jorge]$

OBS: Leia o manual (cut --help)
---
Use one, and only one of -b, -c or -f.  Each LIST is made up of one
range, or many ranges separated by commas.  Each range is one of:
N     N'th byte, character or field, counted from 1
N-    from N'th byte, character or field, to end of line
N-M   from N'th to M'th (included) byte, character or field
-M    from first to M'th (included) byte, character or field
With no FILE, or when FILE is -, read standard input.
---

ate mais!
atc: jorge pereira

--------- Mensagem Original --------
De: "lebre_tricolor" <address@hidden>
Para: "address@hidden" <address@hidden>
Assunto: [shell-script] Cut
Data: 27/04/04 20:19

Gostaria de saber qual o comando do cut eu uso para cortar as 3
Ășltimas linhas do arquivo.

obrigado

Leandro


___________________________________________
Mensagem enviada apartir do JP WebMail 2.0a
http://www.jorge.hn.org/projetos.php

___________________________________________
Mensagem enviada apartir do JP WebMail 2.0a
http://www.jorge.hn.org/projetos.php



reply via email to

[Prev in Thread] Current Thread [Next in Thread]