Search Results

Search: Posts Made By: Anu_1
1,827
Posted By Yoda
If you want to work with worksheets then you have...
If you want to work with worksheets then you have to use PERL, using Spreadsheet::WriteExcel (http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.38/lib/Spreadsheet/WriteExcel.pm) module.
...
Forum: Solaris 04-06-2012
1,975
Posted By fpmurphy
There are a number of study guides covering this...
There are a number of study guides covering this examination. The one that I usually recommend is Bill Calkin's Solaris 10 System Administration Exam Prep: CX-310-200, Part I (2nd Edition).
...
2,713
Posted By guruprasadpr
awk '{$(NF-2)="CGS"}1' file Guru.
awk '{$(NF-2)="CGS"}1' file

Guru.
2,450
Posted By jayan_jay
modified for your requirement .. for i in...
modified for your requirement ..

for i in `nawk -F: '/error/ {print $1|"sort"}' infile | sed 's, $,,g' | uniq`
do
echo "$i - `grep -wn $i infile | head -1 | cut -d':' -f1` - `grep -wc $i...
2,450
Posted By Skrynesaver
perl -e 'while(<>){ ...
perl -e 'while(<>){
($error)=split(/\s|:/,$_); # capture the error type
$errors{$error}{"first"}=$. if ! $errors{$error}{"count"}++;# increment the count for this error and note the line number...
2,450
Posted By birei
Hi Anu_1, First digit is first occurrence,...
Hi Anu_1,

First digit is first occurrence, second digit is total number of appearances.

$ cat infile
country_error : xxxxxxxxxxxxxxxxxxxxxxxxxx,99999999999999999...
Forum: Red Hat 09-07-2011
3,601
Posted By pludi
Force df to use POSIX mode, which is...
Force df to use POSIX mode, which is single-lined:
$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system-root
2064208 490604 ...
Showing results 1 to 7 of 7

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