SNU-ARC / 2024_spring_sysprog_Lab2

6 stars 3 forks source link

formatting 관련 질문 #6

Open jhy213 opened 5 months ago

jhy213 commented 5 months ago

file name을 출력할 때(input으로 받은 argv안에 있는 directory name과 directory를 탐색하면서 얻은 file name모두), detail모드가 아니면 100자에 맞추어서 100자가 넘어가면 마지막에 ...을 출력하면 되는지 질문드립니다.

Jong25 commented 5 months ago

detailed mode가 아닌 경우에는 spec에 명시가 되어있지 않기 때문에 자유롭게 구현하시면 됩니다.


You can implement as you want for cases not explicitly specified (printing long filename not in detail mode).

jhy213 commented 5 months ago

네 감사합니다!