[AIX] yes command
< yes command >
The yes command outputs text over and over. If you need a file of some size for testing, make it with yes and head. For example, to make a file 100k (102,400) characters long, with 12,800 8-character lines (7 digits and a newline), type:
% yes 1234567 | head -12800 > 100k-file
댓글
댓글 쓰기