Android && Security
Print many characters in one command line
perl -E "print '*' x 1000"
python -c "print('*' * 1000)"
head -c 1000 /dev/zero|tr '\0' '*'
printf '%*s' 1000 ''|tr ' ' '*'
printf '%.s*' {1..1000}
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก