题解 | #打印空行的行号#
打印空行的行号
https://www.nowcoder.com/practice/030fc368e42e44b8b1f8985a8d6ad255
#!/bin/bash grep -n '^$' nowcoder.txt | cut -d : -f 1
打印空行的行号
https://www.nowcoder.com/practice/030fc368e42e44b8b1f8985a8d6ad255
#!/bin/bash grep -n '^$' nowcoder.txt | cut -d : -f 1
相关推荐