my out1 = system("logger bla bla"); my out2 = system("cp 1.txt 2.txt"); my out3 = `/usr/bin/copy 1.txt 2.txt`;