- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- parameter need to unset
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-30-2010 05:20 AM
01-30-2010 05:20 AM
i have exported DATE to 10-01-28 using below commands.Now m getting below error message while displaying $DATE.
$DATE
sh: 10-01-28: not found.
Now i want to revoke the thing.I should get below message like other server.
sh: DATE: Parameter not set.
Please suggest on how to revoke..
Regards
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 05:39 AM
01-30-2010 05:39 AM
Re: parameter need to unset
date MMDDhhmmCCYY
where MM=two digit MONTH
DD=two digit DAY
hh=two digit MILITARY time (1pm = 13)
mm=two digit minute
CC=two digit CENTURY (20 or possibly 19)
YY=two digit YEAR
so you need to give as follows
date 0128hhmm2010
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 05:44 AM
01-30-2010 05:44 AM
Re: parameter need to unset
Thanks for the reply which is informative.But i don want to set value to DATE.I want to revoke/remove the value which i had already set.Is there any command to remove the value of a variable?
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 06:02 AM
01-30-2010 06:02 AM
Re: parameter need to unset
Thanks for the reply.Full points. :)
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 06:47 AM
01-30-2010 06:47 AM
Re: parameter need to unset
man
Look for "parameter" or "variable".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 08:32 AM
01-30-2010 08:32 AM
Re: parameter need to unset
>> displaying $DATE.
>>
>> $DATE
>> sh: 10-01-28: not found.
Maybe
echo $DATE
is what you should have been doing
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 09:10 AM
01-30-2010 09:10 AM
Re: parameter need to unset
Thanks to all who responded to my query.
M closing this thread
Regards
Pavan