csaba
public shellscript v1 · immutable#!/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"#!/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"