This Post Has Been Viewed 685 Times Since Fri Feb 29, 2008 12:01 pm Posted By web hosting with 1 replies
POST# 263
Posted On: Fri Feb 29, 2008 12:01 pm
if you want to know how to make a linux file executable you can use this example
my file is called example.exe
chmod +x example.exe
Mon Feb 04, 2008 10:34 am
1
Neha
Reply #794
hi,
someone pls help me..
i want to create my own command,suppose "cl"(which counts the number of lines in a file).when i write cl on the command prompt with the filename as an argument,it should return me the number of lines in a file.
how do i add "cl" to /bin and treat it as a new command??