Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

* will not match hidden files:

  > ls -a tmp
    file1
    file2
    .file3
  > ls tmp/*
    file1
    file2
  > ls tmp/.*
    .file3


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: