Quantcast
Channel: How can I run my program without having to type ./? - Unix & Linux Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Klaatu von Schlacker for How can I run my program without having to...

1) Do I just type cp .bash_profile .bash_profile.ORIG into the terminal right after I open it? Yes. You are essentially making a backup copy of your current ~/.bash_profile (assuming there is one). 2)...

View Article



How can I run my program without having to type ./?

My teacher wants to be able to compile our programs without having to type ./. For example we would write: g++ some_program.cpp -o some_program some_program He says to type: cp .bash_profile...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images