Learnings from Building and Scaling Ramp's Growth Engine
engineering.ramp.com1 ポイント投稿者 rasen580 コメント
function pbfilter() {
if [ $# -gt 0 ]; then
pbpaste | "$@" | pbcopy
else
pbpaste | pbcopy
fi
}
It seems that the number of args is 0 for some reason