![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding shell scripts to executables | lokachari | UNIX for Dummies Questions & Answers | 16 | 12-21-2007 05:43 AM |
| Error creating executables | chetan2309 | High Level Programming | 6 | 08-07-2006 11:50 AM |
| Tag Release no. to Executables | vibhor_agarwali | UNIX for Dummies Questions & Answers | 4 | 02-28-2005 02:42 AM |
| cannot create executables | stufine | UNIX for Dummies Questions & Answers | 6 | 01-23-2003 01:43 PM |
| cksum all executables on drive | crazykelso | UNIX for Dummies Questions & Answers | 2 | 07-17-2002 07:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
executables ending with *
Hi All,
I m very new to unix. I have a basic doubt .. In unix I m seeing that there is a * at the end of by executable name (exe1*).. Wht is the significance of that Thanks a lot in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
you already have an answer in your question don you
* indicates it is an executable hmm well almost, actually if your file has executable permission it will be shown with a * if your file is a directory ( yes directory is a file in unix), it will be shown by / to know more, check out the command "man ls" and see the --classify flag.
__________________
War doesnt determine who is right, it determines who is left |
|
#3
|
||||
|
||||
|
For those of us who do not have GNU ls, the -F flag will have to do.
|
||||
| Google The UNIX and Linux Forums |