This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: scripts


Ergun UYAR schrieb:
> When I'm at the home directory and write "ls" script
> to see the files in the cygwin directory it doesn't
> list anything?
> 
> Home directory includes no file?

At least none of them are visible. Try:

$ ls -a

or try:

$ touch test
$ ls

I strongly recommend reading the man page:

$ man ls
$ man bash


Oliver

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]