Search Results

Search: Posts Made By: priya33184
2,345
Posted By yazu
Maybe so? #!/bin/sh # read input from...
Maybe so?
#!/bin/sh

# read input from stdin

temp=/tmp/$$.html

cat <<END >$temp
<html>
<head><title>Maybe so?</title></head>
<body>
<table>
END

awk -F, '
{
gsub("\"", "")
...
2,345
Posted By itkamaraj
increase the terminal width stty cols...
increase the terminal width


stty cols 250




---------- Post updated at 12:24 PM ---------- Previous update was at 12:23 PM ----------

i guess she needs the entire line, but the word...
2,345
Posted By danimath
If the line is longer than your page size then...
If the line is longer than your page size then you will have difficulties to put one line into one terminal line ;)

Try something like


awk -F, '{printf ("%s\t%s\t%s\n", $1, $2, $3)}'...
Showing results 1 to 3 of 3

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