All pastes #2054137 Raw Edit

csaba

public shellscript v1 · immutable
#2054137 ·published 2011-05-05 08:25 UTC
rendered paste body
#!/bin/bashlog=/root/bin/test.logexec &> "$log">>"$log" 2>&1echo "line 1"echo "line 2"lsecho "the remainder..."echo " "echo -n "start of the line    "echo "end of the line"echo "the end"