Tag Archive
Administration amazon Best Between book command Commands Computer Description Difference Directory Does Edition File Files find From Guide line Linux Mac Mac OS Network Operating Paperback product Program Programming Script server Shell Software system Systems That Unix UNIX/Linux user Using Web What Where Which Windows With
Can I Get Unix Os That Runs On Cd-rom I.e No Need To Install It On Hard Disk?if Possible,how Much That Costs?
Please give me ur valuable reply, as soon as possible
Is It True That Installing Unix Can Led To The Crash Of My Pc ?
Sure, why not. Enjoy you’re superior non-crash prone Windows OS.
Simple Unix Question: How To Cut Out The Filename That Appears At The End Of A String Like This: ” U Fname”?
I tried cut -f2 -d” “, however, that treated every ” ” as a deliminator.
What Unix Command Do You Use To See All The Files That End With Java?
What i do is cd /; find | grep .java
That works for me (i guess i like using grep)
Does Anyone Know How To Make A Stopwatch Function In C++ (emacs) That Runs On A Unix Os?
I tried using sys/time.h but it says the file is not found and I usually don’t program on Unix at all but it is required for a class and I have no idea what to do.
I also need to make the timer start when the user presses a key.
Unix Cmd That Will Continue To Run Even Though You Logged Out?
nohup to be prefixed for command, you need to read unix books.
What Is The Command In Unix To Get Files To Execute. For Instance A File That Prompts The User For His Name.?
I have a file I created in vi editor.
In it it like
echo “Enter your class name”
read cname
echo “Enter class number
read cnumber
How do I actually get this to execute? what is the command?
And also do I have to change the file name to something like Example.sh? I know in perl the files must have [...]
Develop A Program On Unix Only That Accepts Run-time Arguments ?
Develop a program on UNIX only that accepts run-time arguments and
–outputs the number of command-line arguments given when the program is executed
–echoes any command-line arguments containing the letter z
–echoes any command-line arguments that start with test
–echoes any command-line arguments that end with .doc
Please help me soon.
Thanks in advance
I Am Building A Unix Shell Script, And I Need A Function That Will Print Results While It Is Being Saved.?
Good day!
I am building a unix shell script, and I need a function that will print results while it is being saved.
I could save a result to a file but it wont output the result (ex. echo sampletext > file.txt). I need the results printed and saved at the same time.
Can you teach me some [...]
Any One Knows A Good Ide Tool That Can Be Installed On Windows And Remotely Used To Dev C/c++ On Unix?
i need to have some IDE that can be installed on windows as a client and remotlly develop C/C++ on UNIX servers.