"Bash >"의 두 판 사이의 차이

(새 문서: ==개요== {{DISPLAYTITLE:Bash >}} ;Bash > <syntaxhighlight lang='bash' run> echo "Hello World" > test.txt cat test.txt </syntaxhighlight> <syntaxhighlight lang='bash' run> echo "Hel...)
 
18번째 줄: 18번째 줄:


[[분류: Bash]]
[[분류: Bash]]
[[분류: 파이프]]

2021년 8월 28일 (토) 15:01 판

1 개요

Bash >
echo "Hello World" > test.txt
cat test.txt
echo "Hello World" > test.txt
echo "Lorem Ipsum" > test.txt
cat test.txt

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}