Search Results

Search: Posts Made By: lucho_1
2,201
Posted By lucho_1
perl hashes question
hi guys im running into a problem here this is my script
#!/usr/bin/perl

use CGI qw(:standard);
$header = "MIME-Version: 1.0\n";
$header .= "Content-type: text/html\n";
$header .= "\n";
...
3,586
Posted By lucho_1
could you explain why the end is needed ......
could you explain why the end is needed ... just for future reference ................. thanks in advance
3,586
Posted By lucho_1
read from a file and calculate values for a specified field
hi guys im running into a problem here im trying to calculate a sum a values from a field for example a hava a file caled <filename> and it has $3 fields, and i want toextract a group of values ...
6,746
Posted By lucho_1
fanklin thanks my friend i finally got it this...
fanklin thanks my friend i finally got it this is how it came out
grep "$team" nhl_data | awk -F: '{printf "%s\n", $1}'


thank your you help my friend ........ keep up the good work
6,746
Posted By lucho_1
so far this is how script looks #!/bin/bash ...
so far this is how script looks
#!/bin/bash
echo -n "Enter Team: "
read team
awk -v t- $team '$2--t{print $1, $4}' nhl_data
when i run the script i get an error message like this
awk: `t-'...
6,746
Posted By lucho_1
yeah that help me alot thanks my friend ...
yeah that help me alot thanks my friend ............. but now i have another problem once grep finds that specific keyword , i want to print the columns that are related to that keyword, for...
6,746
Posted By lucho_1
how to search a keyword within a file using a for loop
hi guys i have a problem here, im trying to stablish a relationship between a text file and an input user for example the script is going to prompt the user for some football team and what the...
Showing results 1 to 7 of 7

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