linked linked linkedin whatsapp remove
Feedback

Unix Quiz Unix

What is the correct command to delete all files with two character file-names from the directory /user/group2 ?

rm /user/group2/..
rm /user/group2/??
rm /user/group2/**
rm /user/group2/--
rm /user/group2/--

Answer:
rm /user/group2/??

Note: This Question is unanswered, help us to find answer for this one

Related Unix Questions and Answers: