Search Results

Search: Posts Made By: Cheranime
1,340
Posted By Cheranime
Problem with printing
Hi, i am writing a script to generate a summary report for my data text file
my data in my text file goes like this:
MacOS:Mary Abraham:53.48:88:38
Windows in lala:Mary Abraham:22.30:23:22
lala...
1,880
Posted By Cheranime
hi i tried this and its work great but one...
hi i tried this and its work great but one problem is that i written such a function

echo -n "New Title:"
read title
awk -F: '{$1='"$title"'}1' OFS=: $Filename1 > $Filename2

It can...
1,880
Posted By Cheranime
Updating data
Hi Guys, i currently facing a problem with a script i'm writing.
I have a text file with the following data

Windows in 21 days:John Goodman:29.90:30:19

I will like to know what method i can...
6,570
Posted By Cheranime
Thank for the solutions ^^
Thank for the solutions ^^
6,570
Posted By Cheranime
To ignore user input case.
hi, i will like to know whether awk command can ignore case?
i written a script that will take in user input and search for data on the 1st field from a text file.

echo -n "Title:"
read...
1,427
Posted By Cheranime
Need help interpreting a function
Hi, i was reading through a sample coding and came across this function, can anyone pls help to interpret the code for me. Thank alot


find_lines()
{
res=-1
if [ ! -z "$1" ]; then
...
Showing results 1 to 6 of 6

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