Search Results

Search: Posts Made By: ghazi
2,084
Posted By ghazi
Thanks a lot.
Thanks a lot.
2,084
Posted By ghazi
search and replace one more question
Hi,

I have a file that contains the following contents:

14:05 apple
orange123
456mango
16:45 banana

I wanted to replace ONLY the "14:05 " and "16:45" with nothing and trying to use the...
6,555
Posted By ghazi
What could be the reason it is not working for...
What could be the reason it is not working for me?

Thanks.
6,555
Posted By ghazi
I apprecate your quick response. I am hp...
I apprecate your quick response.

I am hp and using tcsh. I am not looking for whodo command output (output from the who, ps and acctcom) rather I am ONLY interested to find out when particular...
6,555
Posted By ghazi
Substitution of last command
"Is there any substituation of last command or script syntax which can be used as a user. As far I know the "last" command is being used to display information about previous logins. A member of adm...
18,342
Posted By ghazi
Thanks to Ygor and others as well for helping me...
Thanks to Ygor and others as well for helping me out.

With best regards,
Ghazi:)
18,342
Posted By ghazi
No there was no output. I did not get any error....
No there was no output. I did not get any error. The syntax looks good but does not do any thing.

Thanks,
Ghazi
18,342
Posted By ghazi
Nooop... it does not work for me... Is there...
Nooop... it does not work for me...

Is there other command which can produce the disk usage
in bytes instead of blocks.

thanks
18,342
Posted By ghazi
I am on HP. -b For each name...
I am on HP.

-b For each name operand that is a directory for
which file system swap has been enabled, print the
number of blocks the swap system...
18,342
Posted By ghazi
formatting output in human readable numbers
Hi,

The following command provides the usage in 1024-byte blocks

du -ks * | sort -n | echo "$1"
...
1588820 user10
2463140 user11
2464096 user12
5808484 user13
6387400 user14
.....

I...
6,903
Posted By ghazi
Thank you all. It really helped. It is a...
Thank you all. It really helped. It is a wonderful forum.

With best regards,
Ghazi
:)
6,903
Posted By ghazi
help with awk to create report
Hi,

I am trying to create a report using the following syntax:

#!/bin/awk -f
#script name: users_report
BEGIN { FS=":" ; OFS="\t" ; print "User\tGID\tUser Name\tHome Dir\t"
{ print $1 ,...
2,600
Posted By ghazi
I have done some change and it is working for me....
I have done some change and it is working for me. I going to modify it further to meet my needs.

LOG=/test/temp/DUP_CHECK.`date '+%Y%m%d%H%M%S'`

file_1=$1
file_2=$2

for file1 in `cat $1`...
2,600
Posted By ghazi
Thanks for your reply but I wanted to set up some...
Thanks for your reply but I wanted to set up some kind of
automated script via cron which makes the two dir in sync on regular basis.

dircmp displays dirA and dirB in tabulated form.
I tried...
2,600
Posted By ghazi
dir comparison help
How do I find a duplicate files in two directories:

scenerio:

dirA:
file1
file2
file3

dirB:
file1
file4
file5
file6

file1 is residing at both locations while should be only at...
Showing results 1 to 15 of 15

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