Question from the Bash - Fundamentals test

Create a new test directory containing the .txt files of the current directory

Medium

What do the following lines do?

mkdir test
cp *.txt test
Author: titouan lecampStatus: PublishedQuestion passed 23 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!