Search Results

Search: Posts Made By: dgerman
7,600
Posted By dgerman
By default ls displays Mon dd ccyy format for...
By default ls displays Mon dd ccyy format for files modified more than 6 months ago which is why pravin27 suggested --time-style

Are you trying to change the timestamp of the file or the display...
4
1,299
Posted By dgerman
find /path/to/files -type f -mtime +2 mtime...
find /path/to/files -type f -mtime +2

mtime is when contents of the file was modified
atime is when the file was accesed (read)
ctime is when the status was changed
20,355
Posted By dgerman
Perhaps you can look at 'other way round. i.e....
Perhaps you can look at 'other way round.
i.e. have the process on "remote system" generate a syslog entry or email or ftp the info you need to client.
2,478
Posted By dgerman
What OS ? What FileSystem? How many...
What OS ? What FileSystem?
How many subdirectories? files?

Is it really access time you are interested in or modified time?
cmin change of file status.
mmin modification time.
You are...
12,127
Posted By dgerman
You might be looking for something really simple...
You might be looking for something really simple like this:
(more of a learning experience that useful, but easy to understand)
export subnet=1
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 17 18...
2,134
Posted By dgerman
Broken link FAQ date arithmetic with shell
page
unix com/answers-frequently-asked-questions/13785-yesterdays-date-date-arithmetic.html

Date Arithmetic with the Shell

has link of

www samag com/documents/s=8284/sam0307b/0307b.htm
...
5,007
Posted By dgerman
In general it's a bad idea to redirect the...
In general it's a bad idea to redirect the output of a filter (unix command) to the input as it usually results in and empty file.
15,725
Posted By dgerman
column uses environment variable COLUMNS as a...
column uses environment variable COLUMNS as a definition of the width of the output in characters ( example 80 ) unless -c is specified.
Forum: AIX 12-04-2008
27,076
Posted By dgerman
If I understand the question correctly, There...
If I understand the question correctly,
There has always been a GUI.
It used to expect an Xterminal .
Showing results 1 to 9 of 9

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