HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- the way make the date type
Operating System - HP-UX
1833772
Members
2267
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 02:37 PM
10-12-2005 02:37 PM
I try to make date type like this 20051010
how can I make this by using date command.
how can I make this by using date command.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 02:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 02:51 PM
10-12-2005 02:51 PM
Re: the way make the date type
You probably want a shell/date solution as Patrick nicel provided.
But just by chance I gave a perl solution with to a similar problem just seconds ago in: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964944
The isolated part solution:
$ perl -e '@t=localtime; printf("%04d%02d%02d\n",1900+@t[5],1+@t[4],@t[3])'
20051012
Maybe it will come in handy.
Btw... your example date makes it hard to see wether you want YYYYMMDD or YYYYDDMM.
Flip the last two printf arguments accordingly.
Hein
But just by chance I gave a perl solution with to a similar problem just seconds ago in: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964944
The isolated part solution:
$ perl -e '@t=localtime; printf("%04d%02d%02d\n",1900+@t[5],1+@t[4],@t[3])'
20051012
Maybe it will come in handy.
Btw... your example date makes it hard to see wether you want YYYYMMDD or YYYYDDMM.
Flip the last two printf arguments accordingly.
Hein
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP