cd is the "change directory" command offered by most shells. For CD-ROMs, please use the [cd-rom] tag.
Questions tagged [cd]
737 questions
-4
votes
1 answer
Read-Only program on CD. no installation permitted. Firebird database
I have to develop a software for CD. So, the project must run only in CD, without installing to computer. Installing and copying must be impossible from disc. The program is something like Language Learning program. Can I use .NET (c#) environment…

Sara Murtuzayeva
- 60
- 1
- 6
-7
votes
1 answer
in bash can I force a `cd src` everytime I cd into a go directory?
I never use my bin or pkg golang dirs. So when I do this:
cd go
i'd rather BASH assume I mean
cd go/src
how can I tell bash do this everytime?

Andrew Arrow
- 4,248
- 9
- 53
- 80