Linux Command Line - nothing it's impossible by command line!
Comandos por argumento
Mostrar todos os comandos
Indice dos Comandos de A-Z
Ferramentas
Language
Česká republika - Czech Republic
Deutsch - German
English - English
Español - Spanish
Français - French
Indonesia - Indonesian
Italiano - Italian
Polski - Polish
Português - Brazil Portuguese
ελληνικά - Greek
Па-беларуску - Byelorussian
Русский - Russian
العربية - Arabic
فارسی - Persian
中国 - Chinese
Download offline copy
Créditos
Edit / Translate
Pendências (Ajude-nos)
Termos de Uso e Licença
Sobre o Projeto
Follow us on...
News Letter
Me informar de atualizações deste documento
Version
Linux Command Line
version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
Linux Command Line
Índice de comandos, escolha uma letra
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
W
|
Y
|
Z
|
Comando
Descrição
# sdiff file1 file2
find differences between two files and merge interactively alike "diff"
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed 's/string1/string2/g' example.txt
replace "string1" with "string2" in example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed '/^$/d' example.txt
remove all blank lines from example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed '/ *#/d; /^$/d' example.txt
remove comments and blank lines from example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -e '1d' exampe.txt
eliminates the first line from file example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -n '/string1/p'
view only lines that contain the word "string1"
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -e 's/ *$//' example.txt
remove empty characters at the end of each row
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -e 's/string1//g' example.txt
remove only the word "string1" from text and leave intact all
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -n '1,5p' example.txt
print from 1th to 5th row of example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -n '5p;5q' example.txt
print row number 5 of example.txt
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sed -e 's/00*/0/g' example.txt
replace more zeros with a single zero
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# shutdown -h now
Encerra o sistema
# shutdown -h 16:30 &
Encerramento planejado do sistema
# shutdown -c
Cancelar um encerramento planejado do sistema
# shutdown -r now
reiniciar
# smartctl -A /dev/hda
monitoring reliability of a hard-disk through SMART
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# smartctl -i /dev/hda
check if SMART is active on a hard-disk
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# smbclient -L ip_addr/hostname
show remote shares of a windows host
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# smbget -Rr smb://ip_addr/share
like wget can download files from a host windows via smb
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sort file1 file2
sort contents of two files
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sort file1 file2 | uniq
sort contents of two files omitting lines repeated
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sort file1 file2 | uniq -u
sort contents of two files by viewing only unique line
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# sort file1 file2 | uniq -d
sort contents of two files by viewing only duplicate line
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# strace -c ls >/dev/null
display system calls made and received by a process
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# strace -f -e open ls >/dev/null
display library calls
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# swapon /dev/hda3
activating a new swap partition
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
# swapon /dev/hda2 /dev/hdb3
activate two swap partitions
[english]
Não há descrição disponível para este idioma
[Brazil Portuguese?]
Traduzido por:
become translator!
Social Bookmarking
Script Generator
Exceto onde especificado o contrário, o conteúdo do LinuxCmd.org e licenciado pela Licença Creative Commons 2.5 Attribution
Livre Distribuição se devidamente citados os Autores e, usos Não Comercial e, Sem Trabalhos Derivados 2.5
LinuxGuide.it
|
Termos de Uso e Licença
|
Privacy Policies
Our sponsors
|
Become sponsor
Logos e marcas registradas usadas nos links pertencem aos seus respectivos donos