Search Results

Search: Posts Made By: Bluetoot
2,338
Posted By Bluetoot
My shell script is working fine till the file...
My shell script is working fine till the file size change but i could determine those file when get back to zero size.
I need help to just distingush file has size change to zero as all my files...
2,338
Posted By Bluetoot
File size changed
Hi
I have many file initial size zero(empty) after some munipulation , one or more file will be greater than zero. I need to send those file names if they return to zero again.
Ex.
Initially the...
1,812
Posted By Bluetoot
yes the grep will count how many times similar...
yes the grep will count how many times similar data repeated but I want if its repeated 3 times then count 5 and then atfer 5 mins by using crontab I will re-access the file and check if it has...
1,812
Posted By Bluetoot
Counting under some condition
I want to develop a shell script but with a bit complicated conditions. I have a file contains a data. The data change every 5 mins.
If the file having data repeated 3 times then add 5 to the...
1,679
Posted By Bluetoot
Thanx for reply input file: <line 1 > ...
Thanx for reply

input file:
<line 1 >
<line 2 >
TESTA
<line 4 >
<line 5 >
TESTB
<line 7 >
<line 8 >
TESTC

The above is sample of my input or variable file. In the file there are 3...
1,679
Posted By Bluetoot
counter in case similar name occure
Good morning everybody

I have a variable file (mean the data inside the file keep changing in frequent basis) and I want to develop a script to count if we get 3 similar names except last digit...
4,031
Posted By Bluetoot
Thanx everyone for your contrbution.. I tried...
Thanx everyone for your contrbution..
I tried the command with another server and it works perfect..

Any one has an idea what could be the reason that command not working in my first unix box.....
4,031
Posted By Bluetoot
Dear devaraj Thanx.. I test the coloring in my...
Dear devaraj
Thanx.. I test the coloring in my terminal & its working but i think the problem is some how with awk option as it prints color string
Instead of showing the color on selected value.....
4,031
Posted By Bluetoot
I have got the below output Note: I have...
I have got the below output
Note: I have changed 90 by 20 for test only

\033[31m38\033[0m 19 \033[31m37\033[0m
\033[31m31\033[0m \033[31m32\033[0m 12
\033[31m30\033[0m 19 \033[31m35\033[0m ...
4,031
Posted By Bluetoot
text color
Hi all

I have a file contains columns showing figures as below :

Input file

A B C
D 50 60 90
E 100 20 53
F 30 40 70
G 25 ...
2,839
Posted By Bluetoot
Appreciate if i could find an answer to my...
Appreciate if i could find an answer to my request..
Thanx n advance
2,839
Posted By Bluetoot
Thanx for your reply.... But it dose not work .....
Thanx for your reply.... But it dose not work .. It seems that it copy the strings of the color to the figure ... I have change the threshold from 90 to 20 just for test..
awk '{for(i=1;i<=NF;i++)if...
2,839
Posted By Bluetoot
color a figure in text file
Good morning,

Can someone help to color a figure in columns if its exceeding a threshold using shell script .

ex. I have file contains 5 columns showing a value in % I need to show the value...
Showing results 1 to 13 of 13

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