Skip to content

Shell 命令 1 | JWei's Blog #84

@zerobio

Description

@zerobio

https://zerobio.github.io/archives/5845f713.html

查看当前目录下哪个文件占用空间最大?
123du -h --max-depth=1# 查看服务器磁盘空间使用情况df -h
切割字符串
123awk 'NR==1' seq.fasta > seq_need.fasta && sed -n '2,$p' seq.fasta | xargs | sed 's/ //g&

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions