Thursday, March 3, 2022

Selection of Specific Characters from Given Text or Word

 

To select the "XX" characters 

issue the following command

 

echo "C2312GGG999XXL0021"|cut -c 12-13`

No comments:

Post a Comment

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...