Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ์์
- ๊ฐ์ฒด์งํฅํ๋ก๊ทธ๋๋ฐ
- ์ฑ์
- Java
- JavaScript
- ์ง์ฅ์ธ์ ์ฌ
- docker
- ์ฃผ๋์ด๊ฐ๋ฐ์
- ๋ ์์ผ์ง
- ํค๋ํผ์คํธ
- ์ง์ฅ์ธ
- ์ฑ์๋ง์ง
- ์ฑ ๋๋
- ํด๋ฆฐ์ฝ๋
- ํค๋ํผ์คํธ๋์์ธํจํด
- Linux
- ์ฑ ์ฝ๊ธฐ
- ๊นจ๋ํ์ฝ๋
- DesignPattern
- ๊ฐ์ฒด์งํฅ
- IntelliJ
- ์ฑ์ํซํ
- ๊ฐ๋ฐ์
- JAVA๊ฐ๋ฐ์
- ์ฑ์๋ณผ๊ฑฐ๋ฆฌ
- ๋์์ธํจํด
- ๋ ์
- ์ค๋ธ์ ํธ
- ์ฑ์์ง์ฅ์ธ
- ์ฝ๋ฉ
Archives
- Today
- Total
๋ชฉ๋ก/usr/bin/pwd (1)
๋ญ๋ฐ๊ฐ๋ฐ
[Linux] $ pwd --version ํ์ ๋, invalid option ๋จ๋ ์ด์
$ pwd --version ์ ํ๋ฉด invalid option์ด๋ผ๊ณ ๋ฌ๋ค. test@test319:/mnt/c/WINDOWS/system32$ pwd --version -bash: pwd: --: invalid option pwd: usage: pwd [-LP] ์์ธ pwd์ ์์น๋ฅผ ๋ณด๋ฉด test@test319:/mnt/c/WINDOWS/system32$ which pwd /usr/bin/pwd /usr/bin/pwd --version ํ๋ฉด ์ค๋ฅ ์์ด ์ ๋๋ค. test@test319:/mnt/c/WINDOWS/system32$ /usr/bin/pwd --version pwd (GNU coreutils) 8.32 Copyright (C) 2020 Free Software Foundation, Inc. ..
Linux
2023. 9. 4. 14:57