Besonderhede van voorbeeld: -4614313628785095737

Metadata

Author: WikiMatrix

Data

English[en]
Consider while read file; do dirname "$file" done < some-input The above excerpt would cause a separate process invocation for each line of input.
Korean[ko]
다음과 같은 경우 while read file; do dirname "$file" done < some-input 입력의 각 줄마다 별개의 프로세스 호출을 일으킨다.

History

Your action: