- 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파일로만드는걸모르겠어요...
존경하는 형님들 지금 리눅스 독학중인데 한문제만 갈켜주세요ㅜㅜ
cat b > c 뭐 이런식으로 리다이렉션해서 복사하라는 말인감?
retransparention이 뭔지 가르쳐다오