- |
- vertical bar, polon, pipe, verti-bar, vbar, stick, vertical line, vertical slash, or bar, glidus, think colon, poley, divider line
- 버티컬 바, 세로줄 문자, 폴론, 파이프
- ‖, ||
- 겹세로줄
세로줄
- 수학, 컴퓨터 관련 기호
- 집합 표기(조건제시법): <math>\{x|x<2\}</math>
- 조건부확률: <math>P(A|B)</math>
- 절대값: <math>|-5|=5</math>
- 행렬식: <math>|A|=\begin{vmatrix} a & b \\c & d \end{vmatrix}=ad−bc</math>
- 쉘 파이프[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
겹세로줄
- 평행 ( \parallel )
- <math>\overline{AB} \parallel \overline{CD}</math>
[root@zetawiki ~]# if [ 3 == 3 ] || [ 3 == 5 ]; then echo 'Yes'; else echo 'No'; fi
Yes
같이 보기
주석
- ↑ 앞 명령어의 표준출력을 뒤 명령어의 표준입력으로 전달