Search Results

Search: Posts Made By: theshashi
1,396
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...
1,474
Posted By Scrutinizer
awk '{$2=v}1' v="$var" file
awk '{$2=v}1' v="$var" file
20,706
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...
Showing results 1 to 3 of 3

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