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