Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、ターミナルと Zsh を備えた Mac OsX の下にいます。私はこのコマンドを使用します:
awk '/download/ {print $2}' | awk 'NR==1' | awk -F"//" '{print $2}'
1 つの awk だけですべての awk を記述するより良い方法はありますか?