hashed commands


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers hashed commands
# 1  
Old 03-22-2011
hashed commands

How to display hashed commands for your current shell session?

Thanks.
# 2  
Old 03-22-2011
If you have the bash Shell, the command is "hash" with no parameters.
The command also works from Posix Shells.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to check or remove IP address from a hashed known_hosts file?which

Hi, In my server, the hostname and IP addresses are added to the known_hosts which then be hashed by ssh-keygen -H -f. Is it possible to check if an IP address has already been added to the hashed known_hosts to avoid duplications (I think there will be problems if there are duplicated IP... (3 Replies)
Discussion started by: hce
3 Replies

2. UNIX for Dummies Questions & Answers

help with some commands

Hi! i'd like from someone to explain me 'what is what' from these parts of code if it's possible.i'd like to understand them and their usage: 1) sed '3d' filename 2) sort –t: +0 -1 /etc/passwd and also this: tr ‘’ ‘ ‘ < filename thank you! (11 Replies)
Discussion started by: strawhatluffy
11 Replies

3. AIX

HACMP: difference between 'cl' commands and 'cli' commands

Hi all, I'm new in this forum. I'm looking for the difference between the HACMP commands with the prefix "cl" and "cli". The first type are under /usr/es/sbin/cluster/sbin directory and the second are under /usr/es/sbin/cluster/cspoc directory. I know that the first are called HACMP for AIX... (0 Replies)
Discussion started by: peppix
0 Replies

4. Shell Programming and Scripting

Can BASH execute commands on a remote server when the commands are embedded in shell

I want to log into a remote server transfer over a new config and then backup the existing config, replace with the new config. I am not sure if I can do this with BASH scripting. I have set up password less login by adding my public key to authorized_keys file, it works. I am a little... (1 Reply)
Discussion started by: bash_in_my_head
1 Replies

5. UNIX for Dummies Questions & Answers

Vi Commands

Hi I have find in unix. A.txt /app01//fnd/11.5.0/bin/ADCONV /app01/fnd/11.5.0/bin/AFTBLGEN /app01/fnd/11.5.0/bin/FDULONG /app01/fnd/11.5.0/bin/FNDAQCT /app01/fnd/11.5.0/bin/FNDATUPD I want to make this as cp -i /db01//fnd/11.5.0/bin/ADCONV /app01//fnd/11.5.0/bin/ADCONV cp -i... (2 Replies)
Discussion started by: ronald_brayan
2 Replies

6. Programming

code that reads commands from the standard i/p and executes the commands

Hello all, i've written a small piece of code that will read commands from standard input and executes the commands. Its working fine and is execting the commands well. Accepting arguments too. e.g #mkdir <name of the directory> The problem is that its not letting me change the directory i.e... (4 Replies)
Discussion started by: Phrozen Smoke
4 Replies

7. UNIX for Dummies Questions & Answers

vi commands

Hi, a. How can we replace one more spaces with a single space in vi? b. Replace one more spaces following a full stop or a comma with two spaces.? c. Delete all blank line? d. Insert > and a space at the start of every line in the file? e. Reverse the order of lines in a file? f. In a... (2 Replies)
Discussion started by: tictactoe
2 Replies

8. UNIX for Dummies Questions & Answers

need help with some commands please

In my unix machine I have the following setup. root 7 Dec 13 10:02 Beta10 -> current root 7 Dec 13 10:05 Beta11 -> current root 7 Dec 13 10:06 Beta12 -> current root 7 Dec 13 10:06 Beta13 -> current root 7 Dec 13 10:07 Beta14 -> current root 7 Dec 13 10:08 Beta15 -> current root 7... (2 Replies)
Discussion started by: mujtba
2 Replies

9. UNIX for Dummies Questions & Answers

some commands:

A junior member (F.O.G.) sent a question in about commands, and a member (jaru) responded with a list of commands. His list is great and helps me as well, thank you. However, where and how did raju get this list. As you can tell I am new this also. I used VMS years ago, and as I remember you... (4 Replies)
Discussion started by: jamin
4 Replies
Login or Register to Ask a Question