Skip to content
Younho9 Notes
Main Navigation
Docs
References
Index
Random
Types
Notes
Journals
Graph
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Appearance
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Menu
Return to top
On this page
Table of Contents for current page
디렉토리에 있는 파일 개수 세기
유용한 Linux 명령어 모음
Title
유용한 Linux 명령어 모음
Category
Linux
Tags
linux
bash
shell
Aliases
유용한 Linux 명령어 모음
Created
last year
Updated
last year
디렉토리에 있는 파일 개수 세기
#
sh
$ ls
[
directory-path
]
|
wc -l
$ ls
[
directory-path
]
|
wc -l
wc
: 개행의 수를 계산