Search Results

Search: Posts Made By: booyaka
2,146
Posted By booyaka
Ok, now it works correctly! Thank's.
Ok, now it works correctly! Thank's.
2,146
Posted By booyaka
Ok, now I've got something like this, but it...
Ok, now I've got something like this, but it still doesn't works and have the same errors like earlier.


#!/bin/bash

echo "Max length of line: "
read n

awk -v var="$n" '

{ MAX =...
2,146
Posted By booyaka
awk: 8: unexpected character '\' awk: 20:...
awk: 8: unexpected character '\'
awk: 20: unexpected charakter '\'
2,146
Posted By booyaka
awk Splitting strings
Hi All,

There is a file with a data. If the line is longer than 'n', we splitting the line on the parts and print them. Each of the parts is less than or equal 'n'.

For example:

n = 2;
...
1,189
Posted By booyaka
Thank's. Now another problem with another Script...
Thank's. Now another problem with another Script but all the time in AWK.

So, I have to write script that will split every line which is longer than 'n' on a 'k' parts, and all of the parts must...
1,189
Posted By booyaka
awk Script,
Hi All,

I have to do one simple script in AWK. I must to show all users in the group and the group name is called from the keyboard.

I know that I can get groups etc. from /etc/group file.

...
Showing results 1 to 6 of 6

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