4 Як я можу взяти вихід сценарію оболонки і розмістити його у файлі в командному рядку? unix shell-script
12 # write to file sh myscript > out.txt # append to file sh myscript >> out.txt # write both output and stderr to file sh myscript 2&1>> out.txt — Am. джерело