리눅스 사용법

special symbols . : current directory cp f1 ./f2 -- copy f1 to f2 in the current directory .. : parent directory cp f1 ../f2 -- copy f1 to f2 in the parent directory > : standard output redirection cat f1 > f3 -- display the content of f1 in f3 (same effect as “cp f1 f3”) | : pipe. redirect the standard output of the first program into the standard input of the second program cat f1 | more * : m..
Basic Linux Commands (A-Z 순) 참고 GitHub - oneonlee/Computer-Science: Introduction to Computer Science Introduction to Computer Science. Contribute to oneonlee/Computer-Science development by creating an account on GitHub. github.com GNU/Linux Command-Line Tools Summary GNU/Linux Command-Line Tools Summary Gareth Anderson Chris Karakas - Conversion from LyX to DocBook SGML, Index generation Revisi..
oneonlee
'리눅스 사용법' 태그의 글 목록