Search Results

Search: Posts Made By: theshashi
1,393
Posted By Yoda
Ok, here is my suggestion: 1. Create a file...
Ok, here is my suggestion:

1. Create a file with the list of numbers that you want to put:
$ cat file
24 35
100 200
555 666

2. Run below awk code to generate the XML by reading the file...
20,697
Posted By hergp
The portable way is to use tput: Man Page for...
The portable way is to use tput: Man Page for tput (Linux Section 1) - The UNIX and Linux Forums (https://www.unix.com/man-page/Linux/1/tput/)


tput smso ... bold on
tput rmso ... bold off
tput...
1,474
Posted By Scrutinizer
awk '{$2=v}1' v="$var" file
awk '{$2=v}1' v="$var" file
Showing results 1 to 3 of 3

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