1. In the directoryA, you will find a B file. 
    Stay in your A2 directory. 
    Using redirection, create the file C.txt.
    This file must contain all the entries in B where the C. 
    Do not copy the B file to your A(위치) but use a relative or absolute path to this file in the A
    Print the contents of this file to the terminal.

A위치에서 B파일을 찾고 그걸복사해서 C파일로 만들라는건데


cp 파일위치b . 까지는알겠는데

여기서 redirection을 써서 b파일 복사한걸 C파일로만드는걸모르겠어요...

존경하는 형님들 지금 리눅스 독학중인데 한문제만 갈켜주세요ㅜㅜ