Linux下用dd指令產生隨機字串

on bash
declare variable=`dd if=/dev/urandom bs=1 count=3`

on tcsh
set variable=`dd if=/dev/urandom bs=1 count=3`

這個網誌中的熱門文章

取消Excel與word網際網路與網路路徑超連結自動格式

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)