Search Results

Search: Posts Made By: jrothlisberger
3,258
Posted By jrothlisberger
Pretty much the same as you are already doing but...
Pretty much the same as you are already doing but as:
cut -d "." -f2-


John
1,766
Posted By jrothlisberger
Since you didn't provide an example of output I...
Since you didn't provide an example of output I will just take a stab at it.

The example you provide is dated from 1994 - any file that is modified over 6 months ago will show the year when doing...
3,829
Posted By jrothlisberger
The easiest solution when there are...
The easiest solution when there are hidden/special characters is:

rm -i ab*

This puts you into interactive mode and if there are other ab* files you can tell rm NOT to remove those and chose...
68,725
Posted By jrothlisberger
If not using gnu date (as above) which I was not...
If not using gnu date (as above) which I was not - you can simply do this:

MON=`TZ=CST+24 date +%b`

This assumes you are running within the first 24 hours of the 1st day of the month. You can...
Showing results 1 to 4 of 4

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