|
Red Hat Academy Managing Files with File Globbing Online Exercises
From /usr/share/tcl8.4/encoding directory
Copy all files whose first four characters are composed of exactly three letters followed by a number into the directory xxxn
I have tried like every command i can think of just to get three letters and followed by any numbers
i've tried cp /usr/share/tcl8.4/encoding/???[a-z]*[0123456789].*
and a bunch of others but they either bring cp855 which is only two letters or just straight letters i need Help
thanx in advance and to think this is only Workbook 2 in linux class i'm in trouble
|