Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix command: cut
Name: n Date: July 24, 2003 at 13:59:08 Pacific OS: os CPU/Ram: na
Comment:
Hi,
If I use command:
cut -c1-9, this will extract the first 9 characters.
What command should I use if I want to extract the last 9 characters.
Summary: Hi, 1-Where can I find the code of UNIX commands? I have looked at '/bin' and found the .exe for the commands, but how to find the code for that commands? 2-If I created prog.exe (for exmaple) in '/bi...
Summary: hi all, Can we call(run) unix commands through a java program? Plzz let me know.... Actually i want the commands like "ls" to run automatically when some event occurs & then i want to store its output...