Answers for "print output of command in shell script"

0

print in shell script

#!/bin/bash
DDAY="15-aug-2007" 
echo "D-Day is on $DDAY"
echo "Today is $(date)"
echo "Linux version : $(uname -r)"
Posted by: Guest on February-25-2021
0

how to print output of a command linux

printf "$dir1 $dir2 $(tail -n -1 pes.log) \n" >> ../opt_done.txt
Posted by: Guest on April-16-2021

Code answers related to "print output of command in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language