태그 : command 요약보기전체보기목록닫기
- Find file in command window. (in Windows)(2)2009.07.29
- 아웅 귀찮아 .svn삭제하기 with Shell Command(3)2009.05.27
- OS X 호스트네임 변경 Howto(0)2009.02.09
1
- Study+more
- 2009/07/29 15:31
If U want to find a (or more) file in Command.exe window.dir *ABitOfStringWhatUWant2Find* /sPS. Thanks to ComputerHope.com
- Linux+more
- 2009/05/27 01:48
find . -type d -name .svn -print0 | xargs -0 rm -rf
다른건 다 알겠다. xargs -0 가 뭐하는 놈인지를 모르겠다.
그래, 이런 시점에서 필요한건 man(ual)... 검색해봤다.
흠흠, 간단하게는 stdi(standard input)으로 넘어온 데이터를 space ' ', tab '\t', ne...
- Study+more
- 2009/02/09 10:10
sudo scutil --set HostName servername.example.com
1


최근 덧글