Last Updated on December 9, 2021 by Admin
Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?
-
tar xvzf lpifiles.tar.gz --wildcards ‘*lpi*’
-
tar xvzwf lpifiles.tar.gz ‘*lpi*’
-
tar -xvfz lpifiles.tar.gz --deep ‘*lpi*’
-
tar -xvzf lpifiles.tar.gz --subdirs ‘*lpi*’
-
tar xvzf lpifiles.tar.gz --globbing ‘*lpi*’