[Linux] Word Counting (WC)

반응형

이번 글에서는 Linux 의 Word Counting(WC) Command 에 대해 알아보겠습니다.

1. Word Counting (WC)

wc command 를 사용하면 손쉽게 counting 을 할 수 있습니다.

예를 들어 다음과 같이 입력할 경우

wc /etc/profile

결과값으로 왼쪽부터 /etc/profile 파일의 'number of lines' 'number of words' 'number of characters' 를 확인할 수 있습니다.

wc 의 options 을 사용하면 원하는 counting 값만 확인할 수 도 있습니다.

예를 들어 /etc/profile 파일의 line numbers 만 확인하고 싶다면 다음과 같이 입력합니다.

wc -l /etc/profile

결과는 다음과 같습니다.


반응형

'Linux' 카테고리의 다른 글

[Linux] Process Monitoring (Top)  (0) 2021.03.06
[Linux] Process Status (PS)  (0) 2021.03.06
[Linux] Secure File Transfer (SCP)  (0) 2021.03.06
[Linux] SSH  (0) 2021.03.06
[Linux] Variable  (0) 2021.03.06

댓글

Designed by JB FACTORY