my $cmd = "/bin/mount /dev/sdb1 ./usb 2>&1";
open(FD, "$cmd |");
while(<FD>) {
print "ret : $_";
}
close FD;
'SW개발 > Etc' 카테고리의 다른 글
angular 웹개발 (ecplise, spring boot, typescript) - #2 (0) | 2017.08.30 |
---|---|
angular 웹개발 (ecplise, spring boot, typescript) - #1 (0) | 2017.08.26 |
이클립스 maven remote catalog 주소 (0) | 2017.05.31 |
Google Cloud Datastore 사용하기(spring) (0) | 2017.05.31 |
Visual Studio Code에서 TypeScript 코딩하기 (0) | 2017.05.09 |
[Perl] linux command 결과를 받아오기 (0) | 2016.03.11 |
[Perl] signal 관리 (perlipc) (0) | 2015.10.21 |
[Perl] cpan 모듈 간단히 설치하기 (5) | 2015.09.09 |
[Python] 파일 read, write 기본 (0) | 2015.09.01 |
ps 로 프로세스 찾아서 바로 kill 하기(ps, awk, xargs) (0) | 2015.08.26 |
centos7 에 postgresql9 설치하기 (3) | 2015.08.23 |