오래전 이야기/Server
[스크립트] conf의 주석문 제거
리눅스 엔지니어였던
2008. 12. 11. 10:01
#!/bin/bash
grep -v ^# squid.conf | grep -v ^$ > real.conf