Search Results

Search: Posts Made By: luft
1,957
Posted By Yoda
Use -l option with grep if you want to list only...
Use -l option with grep if you want to list only the file names:-
find . -type f -mtime $(( ( $(date +%s) - $(date -d '2012-11-15' +%s) ) / 60 / 60 / 24 - 1 )) -name "srvr*.log" -exec grep -l...
1,957
Posted By Yoda
Try this: touch --date "2012-11-14" start ...
Try this:
touch --date "2012-11-14" start
touch --date "2012-11-16" end

find -type f -newer start -not -newer end -name "srvr*.log" -exec grep "scott" {} \;
find version:
GNU find version...
Forum: Linux 12-05-2011
2,472
Posted By mark54g
There are lots of source control utilities. ...
There are lots of source control utilities. Subversion may be packaged by Red Hat, but that does not make it the only one. This is more of an issue with Subversion (SVN) than with Linux.

A quick...
Forum: Red Hat 11-10-2011
6,749
Posted By jim mcnamara
Yes. But the exact implementation will vary from...
Yes. But the exact implementation will vary from HP-UX for sure. In other words, your encrypted files coming over from HP-UX won't be decryptable, necessarily.

There is a standard POSIX call,...
816
Posted By agama
export IA_DAYS=${IA_DAYS:-90} will attempt...
export IA_DAYS=${IA_DAYS:-90}

will attempt to assign the value in the IA_DAYS variable to IA_DAYS. If IA_DAYS is not defined/empty, then 90 is used. This technique is used to allow the variable...
4,466
Posted By Perderabo
May I suggest my tutorial on file permissions...
May I suggest my tutorial on file permissions (https://www.unix.com/tips-tutorials/19060-unix-file-permissions.html)
Forum: HP-UX 03-08-2011
10,304
Posted By DGPickett
My HPUX had man for top and glance, top does not...
My HPUX had man for top and glance, top does not admit to such options, glance has letter commands if your function keys do not connect -- mine do not:
COMMAND SUMMARY
The following commands...
Forum: HP-UX 12-16-2010
10,311
Posted By vbe
RP3440 is a PA-RISC PA 8XXX processor (64bit) I...
RP3440 is a PA-RISC PA 8XXX processor (64bit)
I use a 10.2 client...
Forum: HP-UX 12-16-2010
10,311
Posted By frank_rizzo
its a PA_RISC box based on your model output. you...
its a PA_RISC box based on your model output. you can also run the "file" command on any system binary.
Forum: HP-UX 12-20-2010
10,311
Posted By botao
look at `uname -a' ...
- if the output of `uname -a' contains "9000/*" , then it's PA-RISC (the processor type, that is) ;

- otherwise, you should see "ia64", which indicates Itanium ;

hth,

good luck, and success...
Forum: HP-UX 12-15-2010
10,311
Posted By ctsgnb
getconf KERNEL_BITSman model man file ioscan...
getconf KERNEL_BITSman model
man file
ioscan -fnC processor ?
Showing results 1 to 11 of 11

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