HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Bash shell download
 
Operating System - HP-UX
        1840186
        Members
    
    
        3395
        Online
    
    
        110162
        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
 
02-18-2011 12:07 PM
02-18-2011 12:07 PM
			
				
					
					
						Howdeeeeehhhhh!!!!  From Chippewa PA - Yuk Yuk Yuk.
It's been f'ing 20 degrees here since Halloween. I live, eat and sleep in an overcoat.
I'm implementing that HISTTIMEFORMAT bash shell solution and can't find a live link for downloading HP-UX bash. I do not find BASH in insight manager for 11.23??????
This is for time stamping commands executed from the command line and stored in .sh_history.
UNLESS anyone knows of a KSH or POSIX or BOURNE shell equivalent doing the same thing?
					
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
It's been f'ing 20 degrees here since Halloween. I live, eat and sleep in an overcoat.
I'm implementing that HISTTIMEFORMAT bash shell solution and can't find a live link for downloading HP-UX bash. I do not find BASH in insight manager for 11.23??????
This is for time stamping commands executed from the command line and stored in .sh_history.
UNLESS anyone knows of a KSH or POSIX or BOURNE shell equivalent doing the same thing?
	Support Fatherhood - Stop Family Law
			
			
				Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-18-2011 12:23 PM
02-18-2011 12:23 PM
Solution
			
				
					
					
						Hi:
You can fetch a 'bash' binary from the HP-UX Porting Centre. You will need all of the runtime dependencies too, so I suggest using the 'depothelper' script to get everything:
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-4.1.009/
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/depothelper-2.00/
Regards!
...JRF...
		
		
	
	
	
You can fetch a 'bash' binary from the HP-UX Porting Centre. You will need all of the runtime dependencies too, so I suggest using the 'depothelper' script to get everything:
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-4.1.009/
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/depothelper-2.00/
Regards!
...JRF...
- Tags:
 - depothelper
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-18-2011 12:36 PM
02-18-2011 12:36 PM
			
				
					
						
							Re: Bash shell download
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Anyone knows of a KSH or POSIX or BOURNE shell equivalent doing the same thing? 
Anyone have a working link into hp internet express for bash downloading?
		
		
	
	
	
Anyone have a working link into hp internet express for bash downloading?
	Support Fatherhood - Stop Family Law
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-18-2011 05:57 PM
02-18-2011 05:57 PM
			
				
					
						
							Re: Bash shell download
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						> Anyone knows of a KSH or POSIX or BOURNE shell equivalent doing the same thing?
 
No such feature in KSH, POSIX or BOURNE. There are a number of history file features that are only found in bash. AIX has a version of bash that supports EXTENDED_HISTORY=ON but this variable has no effect in HP-UX.
 
> Anyone have a working link into hp internet express for bash downloading?
 
I haven't seen bash offered in the Internet Express collection.
	
Bill Hassell, sysadmin
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
No such feature in KSH, POSIX or BOURNE. There are a number of history file features that are only found in bash. AIX has a version of bash that supports EXTENDED_HISTORY=ON but this variable has no effect in HP-UX.
> Anyone have a working link into hp internet express for bash downloading?
I haven't seen bash offered in the Internet Express collection.
Bill Hassell, sysadmin
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