세로줄, 겹세로줄 문자

(파이프 문자에서 넘어옴)
|
vertical bar, polon, pipe, verti-bar, vbar, stick, vertical line, vertical slash, or bar, glidus, think colon, poley, divider line
버티컬 바, 세로줄 문자, 폴론, 파이프
‖, ||
겹세로줄

1 세로줄[ | ]

[root@zetawiki ~]# ll /etc | tail -2
-rw-r--r--.  1 root root     969 Dec 17  2013 yum.conf
drwxr-xr-x.  2 root root    4096 Jan  4 03:09 yum.repos.d
C:\Users\zetawiki>type C:\Windows\System32\drivers\etc\hosts | findstr This
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each

2 겹세로줄[ | ]

[math]\displaystyle{ \overline{AB} \parallel \overline{CD} }[/math]
[root@zetawiki ~]# if [ 3 == 3 ] || [ 3 == 5 ]; then echo 'Yes'; else echo 'No'; fi
Yes

3 같이 보기[ | ]

4 주석[ | ]

  1. 앞 명령어의 표준출력을 뒤 명령어의 표준입력으로 전달

5 참고[ | ]

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