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"
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...
No comments:
Post a Comment