Skip to content

Fix find command line #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2015

Conversation

ggouaillardet
Copy link
Contributor

find xxx -name *.gcda -type f -o type l
does return :

  • all files with the .gcda suffix
  • all symbolic links

the updated command line now returns

  • all files with the .gcda suffix
  • all symbolic links with the .gcda suffix

Signed-off-by: Gilles Gouaillardet gilles@rist.or.jp

find xxx -name \*.gcda -type f -o type l
does return :
- all files with the .gcda suffix
- all symbolic links

the updated command line now returns
- all files with the .gcda suffix
- all symbolic links with the .gcda suffix

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
oberpar added a commit that referenced this pull request Jun 23, 2015
@oberpar oberpar merged commit 231cfb6 into linux-test-project:master Jun 23, 2015
@oberpar
Copy link
Contributor

oberpar commented Jun 23, 2015

Good catch. Thanks for reporting and fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants