감동, 마음이 움직이는 것
[command] Argument list too long error for rm, cp, mv commands 본문
Tips (Utility, Computer Language, and etc.)
[command] Argument list too long error for rm, cp, mv commands
Struggler J. 2017. 12. 6. 03:10[Ref] https://stackoverflow.com/questions/11289551/argument-list-too-long-error-for-rm-cp-mv-commands
find . -name "*.pdf" -print0 | xargs -0 rm
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] binning numpy (histogram) (0) | 2017.12.13 |
---|---|
[mathematica] data (matrix form) extract partial col and row + Import (0) | 2017.12.13 |
[scp] password없이 scp사용하기 (0) | 2017.12.06 |
[rsync] scp without replacing existing files in the destination (0) | 2017.12.06 |
[c++] debuger 디버거 lldb (0) | 2017.12.04 |