Skip to content
Advertisement

Bash – Linux from scratch, cheching library script

I reading LSF and saw some operation, description one i am not found.

Please tell me what this means:

JavaScript

Full code listing:

JavaScript

Source: LFS – Host System Requirements

Advertisement

Answer

This is a globbing wildcard pattern. It causes the shell to expand the line to

JavaScript

More on shell expansion and wildcard patterns: http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_04.html

Taking the first example from there, you can try the effect on the command line yourself:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement