Horje
how to print substring in bash script Code Example
how to print substring in bash script
INPUT='someletters_12345_moreleters.ext'
SUBSTRING=$(echo $INPUT| cut -d'_' -f 2)
echo $SUBSTRING




Shell

Related
how to isnatll snap on ubuntu linux Code Example how to isnatll snap on ubuntu linux Code Example
host key verification failed Code Example host key verification failed Code Example
where are timezones located linux Code Example where are timezones located linux Code Example
ubuntu move folder to another directory Code Example ubuntu move folder to another directory Code Example
how can I check the memory of  computer in ubuntu Code Example how can I check the memory of computer in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8