BASH commands OS

 0    35 fiche    tobiaszblach
Télécharger mP3 Imprimer jouer consultez
 
question English réponse English
send signal to process
commencer à apprendre
kill
change current working directory
commencer à apprendre
cd
print current working directory
commencer à apprendre
pwd
print text and a newline
commencer à apprendre
echo
format output
commencer à apprendre
printf
set environment variables
commencer à apprendre
export
success command
commencer à apprendre
true
failure command
commencer à apprendre
false
exit shell / script
commencer à apprendre
exit
read input
commencer à apprendre
read
filter input by regular expression
commencer à apprendre
grep
recursively find files or directories
commencer à apprendre
find
additional scripting language for I/O or file manipulation
commencer à apprendre
awk
additional scripting language for I/O or file manipulation
commencer à apprendre
sed
list directory contents
commencer à apprendre
ls
manipulate I/O by splitting up by delimiters
commencer à apprendre
cut
character / word / line count
commencer à apprendre
wc
keep the first N characters/lines
commencer à apprendre
head
keep the last N characters/lines
commencer à apprendre
tail
write input to a file and to standard output
commencer à apprendre
tee
change file timestamps / create files
commencer à apprendre
touch
concatenate files / display files
commencer à apprendre
cat
display I/O interactively
commencer à apprendre
less
copy files or directories
commencer à apprendre
cp
delete files or directories
commencer à apprendre
rm
move/rename files or directories
commencer à apprendre
mv
create symbolic or hard links
commencer à apprendre
ln
delete files
commencer à apprendre
unlink
create a named pipe special file
commencer à apprendre
mkfifo
disk usage
commencer à apprendre
du
disk free
commencer à apprendre
df
list block devices
commencer à apprendre
lsblk
display date
commencer à apprendre
date
generate numbers
commencer à apprendre
seq
sort output
commencer à apprendre
sort

Vous devez vous connecter pour poster un commentaire.