Search This Blog

Monday, October 2, 2023

Shell script 17

 CUT command usage

Question:

Usage of the cut command 

cut -d "," -f 1 cut_examples.sh

cut -d "," -f 2 cut_examples.sh

cut -d "," -f 3 cut_examples.sh

cut -c 1-4 cut_examples.sh

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...