Linux: Amministrazione sistema, Documentazione, HowTo, Tutorial, Recensioni, Manuale, Programmi, Software
Linux Command Line - nothing it's impossible by command line!
English - English  Italiano - Italian  Español - Spanish  Français - French  Deutsch - German  Česká republika - Czech Republic  Polski - Polish  Па-беларуску - Byelorussian  中国 - Chinese  Русский - Russian  Português - Brazil Portuguese  فارسی - Persian  ελληνικά - Greek  العربية - Arabic  Indonesia - Indonesian  
 Download offline copy of Linux Command Line Download offline copy
 Créditos
  Edit / Translate
 Pendências (Ajude-nos)
 Termos de Uso e Licença
 Sobre o Projeto
 
Follow us on...
Join our Linux Facebook Group
Follow us on twitter!
 
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
 
Home page


Í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
Bookmark to: Folkd Bookmark to: Yigg Bookmark to: Digg Bookmark to: Del.icio.us Bookmark to: Facebook Bookmark to: Reddit Bookmark to: StumbleUpon Bookmark to: Slashdot Bookmark to: Furl Bookmark to: Blinklist Bookmark to: Technorati Bookmark to: Newsvine Bookmark to: Blinkbits Information
 
 
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  Leia a licença Creative Commons para aprender como compartilhar o conteúdo do LinuxCmd.org usando essa licença Our sponsors | Become sponsor
Logos e marcas registradas usadas nos links pertencem aos seus respectivos donos