.
print PATH
print $PATH
echo PATH
echo $PATH
echo %PATH%
Rate this question:
e
i
t
w
Rate this question:
Rate this question:
Utility
Application
Shell
Command
Rate this question:
Rate this question:
show 3
#3
!3
repeat 3
Rate this question:
echo $MYSHEL
echo SHELL
shell
echo $SHELL
Rate this question:
foo ; bar
foo || bar
foo && bar
foo % bar
Rate this question:
Hello World
eoo
HllWrld
eoo HllWrld
Rate this question:
Alt
Esc
Ctrl
Shift
Rate this question:
/usr/share/man
/opt/man
/usr/doc/
/var/pkg/man
/var/man
Rate this question:
history
jobs
kill -l
list
Rate this question:
Após digitar cada um dar um enter
Colocá-los em um script e executá-lo
Separar os comandos com ponto-e-vÃrgula (;) e pressionar enter
Separar o comando com barra (/) e pressionar enter
Rate this question:
VAR1="fail" ; export VAR1
VAR1="fail" \ export VAR1
VAR1="fail"
et VAR1="fail" ; enable VAR1
export VAR1 \ VAR1="fail"
Rate this question:
export set display=:10; netscape
export set display=:10; netscape
export set DISPLAY=:0:0; netscape
export set DISPLAY=:0:1; netscape
Rate this question:
Rate this question:
BASH_ENV
HOME
BLENDERDIR
PWD
Rate this question:
9
19
49
99
Rate this question:
Ele vai quebrar o arquivo em novos arquivos de 1.024 bytes cada.
Ele vai quebrar o arquivo em novos arquivos de 1000 linhas.
Ele vai quebrar o arquivo em novos arquivos de 1.024 kilobytes.
Ele irá quebrar o ficheiro em novos ficheiros que não são mais do que 5 % da dimensão do ficheiro original.
Rate this question:
HUP(1)
QUIT(3)
KILL(9)
TERM(15)
Rate this question:
cmd1 cmd2
cmd1 | cmd2
cmd1 ; cmd2
cmd1 || cmd2
cmd1 && cmd2
Rate this question:
Ele permite que os discos sejam montados remotamente.
Ele é executado como um processo em um subnÃvel .
Isso torna o histórico de comandos disponÃveis para subshells.
Ele define as variáveis ​​de ambiente para aplicações.
Ele compartilha partições NFS para uso por outros sistemas na rede.
Rate this question:
Postscript Level 1 e Level 2 capabilities
Aliases para "ps" and "ps uax"
Power Save Mode
Prompt normal e prompt estendido.
Link simbólico para um mouse
Rate this question:
Eles são caracteres de texto padrão, usados na expressão regular.
Eles são caracteres de controle especiais usados na expressão regular.
Eles são usados para exibir resultados depois de usar uma expressão regular.
Eles são usados pela shell para exibir gráficos.
Metacharacters não são usados em expressões regulares.
Rate this question:
gdisk
fdisk
mount
dd
cc
Rate this question:
PS1="\h: \w>"
PS1="\s: \W>"
PS1="\!: \t>"
PS1="\a: \n>"
Rate this question:
kill -PIPE 123
kill -KILL 123
kill -STOP 123
kill -TERM 123
Rate this question:
c
cc
1c
yy
1y
Rate this question:
-dirmax
-maxdepth
-maxlevels
-n
-s
Rate this question:
Rate this question:
Ele permite a correspondência multi-linha na entrada.
É um atalho para o comando vgrep.
Ele define o sinalizador detalhado e aumenta a quantidade de informação que é fornecida.
Ele inverte a correspondência para selecionar linhas não correspondentes.
Rate this question:
sed --in-place -e "s/list/LIST/" myfile.txt
sed -e "s/list/LIST/" myfile.txt
sed --in-place -e "/list/LIST/" myfile.txt
sed -e "/list/LIST/" myfile.txt
Rate this question:
vi inicia e carrega o último arquivo usado e move o cursor para a posição onde atual de de quando o arquivo foi fechado.
vi inicia e exige que o usuário explicitamente crie um novo arquivo ou edite um existente.
vi sai com uma mensagem de erro, uma vez que não pode ser chamado sem um nome de arquivo para operar.
vi começa no modo de comando e abre um novo arquivo vazio.
vi inicia e abre um novo ficheiro, que é preenchido com o conteúdo da memória intermédia vi, se o buffer contém texto.
Rate this question:
Esc, /, Enter
/, Enter
Ctrl-d, enter
Esc, /, ctrl-d
Rate this question:
set TEST="FOO"
TEST = "FOO"
var TEST="FOO"
TEST="FOO"
Rate this question:
cat file1.txt | grep -i foo
cat file1.txt > grep -n foo
grep -i foo | file1.txt
grep -n file1.txt < foo
grep -n foo file1.txt
Rate this question:
?
/
F
r
Rate this question:
i (lowercase)
P (uppercase)
p (lowercase)
U (uppercase)
u (lowercase)
Rate this question:
magic
type
file
pmagic
hash
Rate this question:
Quando os arquivos que precisam ser pesquisados ​​contêm texto não-ASCII.
Quando apenas a presença do padrão de procura necessita de ser reportado e não cada linha que coincide com a pesquisa.
Quando o texto que está sendo procurado não contém quaisquer padrões de expressões regulares.
Quando os arquivos de texto serão procurados várias vezes. As chamadas subseqüentes para fgrep irá correr mais rápido.
Rate this question:
DISPLAY
XSESSION
SCREEN
TTY
Rate this question:
cat < myapp | cat > file1.log
myapp 0>&1 | cat > file1.log
myapp | cat > file1.log
myapp | tee file1.log
tee myapp file1.log
Rate this question:
Ctrl-N e Enter
Ctrl-P e Enter
Ctrl-U e Enter
!-2
!2
Rate this question:
Ctrl-B, Del
Esc-b, Del
Esc-Del, Del
Ctrl-b, Del
Rate this question:
SIGTERM
SIGINT
SIGSTOP
SIGKILL
Rate this question:
Shell
Sistema Operacional
Comando ou Programa
Kernel
Rate this question:
bashconf
history
set
setsh
envsetup
Rate this question:
col
grep
more
pg
row
Rate this question:
Quiz Review Timeline (Updated): Jul 22, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.