题解 | #转置文件的内容#

转置文件的内容

https://www.nowcoder.com/practice/2240cd809c8f4d80b3479d7c95bb1e2e

#!/bin/bash
awk '{print $1}' nowcoder.txt  | xargs -n 4
awk '{print $2}' nowcoder.txt  | xargs -n 4

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务