BASH commands OS

 0    35 fiszek    tobiaszblach
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie English Odpowiedź English
send signal to process
rozpocznij naukę
kill
change current working directory
rozpocznij naukę
cd
print current working directory
rozpocznij naukę
pwd
print text and a newline
rozpocznij naukę
echo
format output
rozpocznij naukę
printf
set environment variables
rozpocznij naukę
export
success command
rozpocznij naukę
true
failure command
rozpocznij naukę
false
exit shell / script
rozpocznij naukę
exit
read input
rozpocznij naukę
read
filter input by regular expression
rozpocznij naukę
grep
recursively find files or directories
rozpocznij naukę
find
additional scripting language for I/O or file manipulation
rozpocznij naukę
awk
additional scripting language for I/O or file manipulation
rozpocznij naukę
sed
list directory contents
rozpocznij naukę
ls
manipulate I/O by splitting up by delimiters
rozpocznij naukę
cut
character / word / line count
rozpocznij naukę
wc
keep the first N characters/lines
rozpocznij naukę
head
keep the last N characters/lines
rozpocznij naukę
tail
write input to a file and to standard output
rozpocznij naukę
tee
change file timestamps / create files
rozpocznij naukę
touch
concatenate files / display files
rozpocznij naukę
cat
display I/O interactively
rozpocznij naukę
less
copy files or directories
rozpocznij naukę
cp
delete files or directories
rozpocznij naukę
rm
move/rename files or directories
rozpocznij naukę
mv
create symbolic or hard links
rozpocznij naukę
ln
delete files
rozpocznij naukę
unlink
create a named pipe special file
rozpocznij naukę
mkfifo
disk usage
rozpocznij naukę
du
disk free
rozpocznij naukę
df
list block devices
rozpocznij naukę
lsblk
display date
rozpocznij naukę
date
generate numbers
rozpocznij naukę
seq
sort output
rozpocznij naukę
sort

Musisz się zalogować, by móc napisać komentarz.