Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Viewing Directory Content as You Navigate Directories in UNIX Post 302219012 by Smiling Dragon on Monday 28th of July 2008 12:02:05 AM
Old 07-28-2008
Java

Within the bash shell, you can press TAB to attempt to autocomplete the directory of filename. If there are multiple options, pressing TAB fills in as much as it can (ie all that is common between filenames), pressing TAB a second time at this point displays all the possible options.

So, to do what you wish, within bash, type:
Code:
cp ../../TAB TAB

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can you navigate ABOVE the home directory?

Hello, How do I navigate to the level ABOVE the home directory? I have the following structure on my drive, bearing in my I'm using a cygwin port on Windows. C:\ C:\cygwin C:\cygwin\bin C:\cygwin\otherfolders C:\cygwin\home (the home directory) C:\cygwin\home\H (my user directory) ... (4 Replies)
Discussion started by: patwa
4 Replies

2. Shell Programming and Scripting

How Do I Navigate To A Directory???

I am trying to install some applications, on my linux OS and all the instructions are tell me that ill have to navigate to the directories and type the link that they provide, but i try typing 'dir' which shows me the directories but to access a particular one i can't remember how??? can anyone... (2 Replies)
Discussion started by: kprescod4158
2 Replies

3. Shell Programming and Scripting

script to navigate thrugh directories

Hi, I have a requiremnet where i need to apply logic on directories and sub-direcotories. Example: base="/a/b/c" base1="/a/b/c/d/e" subfolders in both base and base1 are same : es, ig, os var1=es var2=ig var3=os Now i have used the follwoing lines in my code and these are... (3 Replies)
Discussion started by: sussane
3 Replies

4. Shell Programming and Scripting

Script That Can navigate to 3 differents directory & remove files under them

Hi I am Trying to Write a script that can goto 4 different directorys on the server & remove the Files older then 30 days ?? /logs logs1 logs2 logs3 Now I need to remove files under logs1 logs2 logs3 which are older then 30 days whose name stat 'sit' , 'mig','bld' . in... (3 Replies)
Discussion started by: Beginner123
3 Replies

5. AIX

Do you need execute permission to navigate to a directory?

i have a user 'bart' which does not belong to apps group (as shown below) and i want him to be able to navigate to TEST directory.. i gave him read access but he cannot get through. when i added execute permission he was able to navigate to TEST drwxr-xr-- 3 draco apps 4096 Apr... (2 Replies)
Discussion started by: chipahoys
2 Replies

6. Tips and Tutorials

Viewing changes in directory

Hi, I have a directory, and there is a job running and constantly writes and removes files from and to this directory. I would like to see somehow these changes without pressing `ls` every second. Kind of `tail -f` command, but for a directory list and not for file content. I thought maybe kind... (5 Replies)
Discussion started by: ilya_dv
5 Replies

7. Red Hat

Fast yet simple way to navigate directories

If you are like me, typing CD command again and again would quickly get tiresome and wonder there must be a better way to do it. I have done some searching on Google and this forum. The results I get (using alias, CDPATH or PUSHD) do not satisfy me completely, so I decide to do it my way.... (10 Replies)
Discussion started by: IKE0000
10 Replies

8. UNIX for Dummies Questions & Answers

Need to navigate to HOME directory when I log in

Hi, Currently i'm logging as a user say atgdev. When I login it takes me to directory /. I see the home directory set as /home/atgdev/ I want that when i log in it shud directly go to my home directory i.e /home/atgdev/. I thought .profile in /home/atgdev/ will be invoked first when i log... (9 Replies)
Discussion started by: Gangadhar Reddy
9 Replies

9. How to Post in the The UNIX and Linux Forums

How to Navigate in UNIX & Linux Forums..?

Hi , i am a new user to this forum can anyone please help me in navigation for this forum. also when i am trying to open any thread i am getting below error. Bad Request Your browser sent a request that this server could not understand.] Thanks. (1 Reply)
Discussion started by: nkchand
1 Replies
pwd(1)							      General Commands Manual							    pwd(1)

NAME
pwd - working directory name SYNOPSIS
DESCRIPTION
prints the path name of the working (current) directory. Options recognizes the following options: Display the directory with the name of the symbolic link if any. If the environment variable contains an absolute path name of the current directory that does not contain the file names (dot) or (dot-dot), writes this path name to standard output. Otherwise, the option behaves like the option. Display the actual physical directory path. Directories of symbolic link types are not displayed. If both and are specified, the last one applies. If neither nor is specified, the default option is: from UNIX 2003 environment onwards; see standards(5). otherwise. EXTERNAL INFLUENCES
For information about the UNIX Standard environment, see standards(5). Environment Variables determines the language in which messages are displayed. If is not specified in the environment or is set to the empty string, the value of is used as a default for each unspecified or empty vari- able. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to "C". See environ(5). International Code Set Support Single- and multibyte character code sets are supported. DIAGNOSTICS
Possible file system trouble; contact system administrator. Current directory has been removed (usually by a different process). Use command to move to a valid directory (see cd(1)). EXAMPLES
If your home directory is and the command is executed from the home directory, typing produces the following display: In the following example, a symbolic link, points to the directory. Then the command displays the actual directory: The command displays the directory with the symbolic link: In the following example, there is no symbolic link. The displayed directory is the same for both the and options. AUTHOR
was developed by AT&T and HP. SEE ALSO
cd(1), csh(1), sh(1), sh-posix(1), standards(5). STANDARDS CONFORMANCE
pwd(1)
All times are GMT -4. The time now is 05:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy