Linux_Help's profile picture. Linux command line tips & tricks
Команды Linux. Powered by http://www.o-nix.com

Linux Help

@Linux_Help

Linux command line tips & tricks Команды Linux. Powered by http://www.o-nix.com

내가 좋아할 만한 콘텐츠
Linux Help 님이 재게시함

$ cat > cat_as_text_editor.txt We can use cat as simple text editor. This is second. Press <Ctrl D> for save text. <Ctrl D>


Linux Help 님이 재게시함

safe files move (rename): mv -bi SOURCE DEST -b: make a backup of each existing DEST; -i: interactive (prompt before overwrite)


w # display who is online


uptime # show current uptime


mkdir dir1 dir2 создать две директории одновременно


cal # show this month's calendar


mkdir dir1 создать директорию с именем 'dir1'


date # show the current date and time


tree, lstree показать дерево файлов и директорий, начиная от корня (/)


locate file # find all instances of file


ls *[0-9]* показать файлы и директории содержащие в имени цифры


ls -a показать скрытые файлы и директории в текущей директории


command | grep pattern # search for pattern in the output of command


grep -r pattern dir # search recursively for pattern in dir


ls -l показать детализированное представление файлов и директорий в текущей директории


ls -F отобразить содержимое текущей директории с добавлением к именам символов, характеризующих тип


grep pattern files # search for pattern in files


One new follower via flw.im


ssh-copy-id user@host # add your key to host for user to enable a keyed or passwordless login


ls отобразить содержимое текущей директории


United States 트렌드

내가 좋아할 만한 콘텐츠

Loading...

Something went wrong.


Something went wrong.