Top "Cd" questions

cd is the "change directory" command offered by most shells.

implementing cd system call using C- if condition

Here is code that implements the cd system call using C. The problem with this code is that it's not …

c cd
Start cmd.exe and change directory?

I'd like a .bat file which is stored on the desktop to perform 2 simple tasks: 1. Start cmd.exe 2. Change directory …

batch-file cmd cd
What does double slash // in `cd //` mean in Linux?

I've entered a command cd // instead of cd / by mistake and instead of getting an error as I'd expect the …

linux bash shell directory-structure cd
Run two commands with a crontab

I have a quick question. I need to add a cron to my debain crontab using an automated shell script …

shell cron debian cd
get back to the previous location after 'cd' command?

I'm writing a shell script that needs to cd to some location. Is there any way to get back to …

unix cd
system("cd <path>") in a C program

I'm trying to use the system() function in a C program. For example, I tried to create a directory on …

c windows cmd system cd
One command to create and change directory

I'm searching for just one command — nothing with && or | — that creates a directory and then immediately changes your …

linux directory command mkdir cd
Bash script to change parent shell directory

What I'm trying to do I've created a shell script that I've added to my $PATH that will download and …

bash shell unix cd
Cygwin 'cd' command always tells me "No such file or directory"

When i login to the cygwin terminal and type: cd "cygdrive/c/existing/path" it tells me, "no such file …

bash path cygwin cd
How to change to a subdirectory and run an exe using a bat file in a Windows 7 system?

Using a bat file, I want to change to a sub directory of folder which bat file is in, and …

batch-file windows-7 cd