반응형 mit find1 MIT 6.828 - 1. Lab 01: Xv6 and Unix utilities - find 코드 및 해석 MIT 6.828 - 1. Lab 01: Xv6 and Unix utilities - find 문제 (Problems) find (moderate) Write a simple version of the UNIX find program: find all the files in a directory tree with a specific name. Your solution should be in the file user/find.c. Some hints: Look at user/ls.c to see how to read directories. Use recursion to allow find to descend into sub-directories. Don't recurse into "." and "..". .. 2022. 11. 5. 이전 1 다음 반응형