Search Results

Search: Posts Made By: oleksandr
11,595
Posted By agama
Try these commands at the command line and see if...
Try these commands at the command line and see if they don't help you along a bit:


stuff="abcdefghi"
echo $stuff | cut -c 2
letter=$(echo $stuff| cut -c 3)
echo "3rd letter is: $letter"
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 05:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy