Skip to main content
Post Closed as "Duplicate" by Dmitry Grigoryev, Fabby, Jeff Schaller
Became Hot Network Question
removed tag
Source Link
Prvt_Yadav
  • 6k
  • 7
  • 39
  • 52

I recently saw a script in which below find command was used:

find "$@" -type f -name "*.iso"

whatWhat does "$@" mean here?

Please pardon me if it's a silly question.

Thanks

I recently saw a script in which below find command was used:

find "$@" -type f -name "*.iso"

what does "$@" mean here?

Please pardon me if it's a silly question.

Thanks

I recently saw a script in which below find command was used:

find "$@" -type f -name "*.iso"

What does "$@" mean here?

Source Link
A.K
  • 55
  • 4

what does "$@" mean inside a find command

I recently saw a script in which below find command was used:

find "$@" -type f -name "*.iso"

what does "$@" mean here?

Please pardon me if it's a silly question.

Thanks