Customization within UNIX/AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Customization within UNIX/AIX
# 8  
Old 10-06-2010
In what way does it not work?
# 9  
Old 10-07-2010
after I cd into a directory the above line is blank meaning that I have to type pwd to see where I am at. Same thing with the up arrow. When I press the up arrow I just move up it doesnt load the previous command.
# 10  
Old 10-07-2010
I meant, in what way did man ksh not work? But this helps some anyway.

Quote:
Originally Posted by Koopa_Troopa
after I cd into a directory the above line is blank meaning that I have to type pwd to see where I am at.
Oh. That's not what you asked for before, but much easier to fix. Try export PS1='${PWD} $ '. Be sure to use single-quotes, not double-quotes.
Quote:
Same thing with the up arrow. When I press the up arrow I just move up it doesnt load the previous command.
What does 'man ksh' do?
# 11  
Old 10-07-2010
Thanks man I can see the current directory

man ksh does Manual entry for ksh not found or not installed.

---------- Post updated at 11:16 AM ---------- Previous update was at 11:14 AM ----------

also if I know a file is in my working directory and I want to type the first letter and than tab it....so it shows up. how would I go about this. Sorry if my description is not that clear just difficult to explain
# 12  
Old 10-07-2010
You have my sympathies, working on a proprietary system that doesn't even have manpages installed...!

Hmm.... A bit of googling suggests set -o emacs . That works in my ksh, and fixes tab-completion too, but I don't have AIX...
# 13  
Old 10-07-2010
doesnt work for me.....how would I get to have export PS1='${PWD} $ ' work everytime I login using my putty. Or another way of asking how would I put this in my profile so I dont have to type it in everytime?
# 14  
Old 10-07-2010
Edit your ~/.profile file and insert export PS1=... where appropriate.

I'm out of time, sorry. It may be the keybindings are wrong.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Issue launching Websphere Customization ToolBox

I'm trying to configure IBM customization Tool Box but i'm facing the following issue don't know where i'm going wrong. CentOS Linux release 7.2.1511 (Core) 3.10.0-327.18.2.el7.x86_64 run-level 3 xming is working Unhandled exception Type=Segmentation error vmState=0xd4c6046e... (0 Replies)
Discussion started by: James0806
0 Replies

2. Red Hat

Installing cairo-dock or any other desktop customization software

Dear all, I want to install cairo-dock or any other substitute desktop customization software in my RedHat Linux 5.3 machine. I think cairo-dock is for fedora linux,i need RedHat compatible. Can any one provide me with the appropriate link and installation steps for the same. ... (0 Replies)
Discussion started by: monojcool
0 Replies

3. Ubuntu

Grub customization

I installed 9.10 this weekend. It's a fresh install. It installed GRUB, which works great, but with the 9.04 install I could customize the Grub menu (color, default OS and timeout) by editing /boot/grub/menu.lst. That file is no where to be found on this install. I've searched and all I find is... (4 Replies)
Discussion started by: dday
4 Replies

4. Programming

Java File Chooser customization

I am trying to add some other things onto the standard file chooser. I would like to have something like this at the bottom of the file chooser (underneath the Select and Cancel buttons). I will try to make this as legible as possible: File Name: File Type: ... (1 Reply)
Discussion started by: ajgwin
1 Replies

5. Linux

kickstart centOS 5.1 ---customization question

I am doing a centos 5.1 kickstart install for a school project and was wondering if there is a way to install a custom desktop background image.(upon 1st time logging into system) (instead of showing the default centos desktop background, it would show a custom image) Would i have to create a... (1 Reply)
Discussion started by: nuGz
1 Replies
Login or Register to Ask a Question