Search Results

Search: Posts Made By: gowrishankar05
1,344
Posted By rmtzcx
Just the space
Add the space between the //


[rmtzcx@rmtzcx02 ~]$ echo @ABC123DEF# | sed 's/[A-Za-z0-9]/ /g'
@ #
2,807
Posted By mirni
Use double quotes: echo...
Use double quotes:

echo "<PolicyNumber>${LINE_FILE1:12:16}</PolicyNumber>"

to get all the spaces in variable $LINEFILE1. If you don't want the spaces in there, trim the range to less...
Showing results 1 to 2 of 2

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