Search Results

Search: Posts Made By: frhling
1,811
Posted By frhling
Changing a special line and Byte in a random file
Hello
I created 3 files by:
dd if=/dev/urandom bs=1024 count=1000000 of=./testfile1
dd if=/dev/urandom bs=1024 count=5000000 of=./testfile2
dd if=/dev/urandom bs=1024 count=10000000...
3,670
Posted By frhling
Actually I have nothing to do with backup as a...
Actually I have nothing to do with backup as a software already does it. I have just to monitor the file systems and keep track if they are really backed up due to the high availibility cluster...
3,670
Posted By frhling
Integrity check for the backup
Hello
I thought of different ways of integrity check for the backup and look for the fastest approach to start programming.
in all these approaches randomness is used.
I would appreciate if...
Forum: Infrastructure Monitoring 05-10-2014
4,673
Posted By frhling
Monitoring file systems backup
Hello,
I have some questions.
There are some File systems which are located on a SAN. There are two scenarios:
1) Some file systems are permanently mounted on certain servers
2) ...
4,072
Posted By frhling
Thanks. When I write '1:' then the problem...
Thanks.
When I write '1:' then the problem jumps to the next one.
lets say I have a perl script like this:
#!/usr/bin/perl -w

use strict;
use Spreadsheet::WriteExcel '1;'
use Text::CSV_XS;
...
4,072
Posted By frhling
Thanks for your reply and suggestions. when I...
Thanks for your reply and suggestions.
when I run the script, I get:
Spreadsheet/WriteExcel.pm did not return a true value at 12.pl line 11.
BEGIN failed--compilation aborted at 12.pl line 11.
...
4,072
Posted By frhling
*log to *.csv in perl
I want to convert the log files to xls. by bash script I converted it to csv, but I need to make some changes in some of them. please dont ask why xls and not csv. I need xls and this is to be a...
1,688
Posted By frhling
Csv to xls
Hello
I have a script which converts log to csv.
Now I need to have xls.
Is there any easy way/command which can convert csv to xls?:confused:
preferably just using bash and not perl,... is it...
6,053
Posted By frhling
Really Thanks. I dont know how to mark as...
Really Thanks.
I dont know how to mark as :SOLVED but it is solved:)
6,053
Posted By frhling
Hello 1- Thanks alot. 2- Could you please...
Hello
1- Thanks alot.
2- Could you please explain what n and P are?
6,053
Posted By frhling
Slash delimiter
I have a log file which on field $11 there is sth like: /A/B/C and I want to extract the last part which is C.
for space delimiter I used:
awk '{print $2 " " $5 ";" $7 ";" $9 ";" $11}'

and had...
21,001
Posted By frhling
#!/bin/bash find /a/b -name "*.log" -mtime 0...
#!/bin/bash
find /a/b -name "*.log" -mtime 0 -exec cat "{}" \; >> aa.log # finds all log files in a special path
grep -e XXX -e YYY aa.log | grep -v ZZZ | awk '{print $1 " " $2 ";" $3 ";" $9 ";"...
21,001
Posted By frhling
There is a script which everyday generates a new...
There is a script which everyday generates a new csv file.
By merge I mean: each different sheets which were created for each day should be all together in 1 file but different sheets.
thats why...
21,001
Posted By frhling
Merge *.csv files, each in separate sheets
Does anyone know how to Merge *.csv files, each in seperate sheets?
1,841
Posted By frhling
really Thanks replying fast! The problem ist I...
really Thanks replying fast!
The problem ist I dont know how to attach a file.
I dont see any option! :(


actually for each user it is different.
for user a: AAA, foe user b may be FFF.
1,841
Posted By frhling
My original output file: Date Time ...
My original output file:
Date Time From To
Nov 23 03:21:41 XXX:/export/home/b ...
1,841
Posted By frhling
Subtract two rows (in Time format)
Hello all,
I have written sth like this:
#!/bin/bash
grep -e XXX -e YYYY myfile.log | grep -v ZZZ | awk '{print $1 " " $2 ";" $3 ";" $9 ";" $11}' > myfile.csv
sed -i '1iDate;Time;From;To'...
Showing results 1 to 17 of 17

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