Search This Blog

Sunday, October 1, 2023

Shell script 15

Question: Variable assignment 

#!/usr/bin/bash

variable="Raju"

echo "$variable"

Question: Command substitution 

#!/usr/bin/bash

variable=`date`

echo $variable

FORMAT=$(date +%Y-%m-%d,%H-%M-%S)

echo "date: $FORMAT"




No comments:

Post a Comment

What is the sanity checks you have done for STA?

 Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...