目录引言一、查看磁盘使用情况1. 使用 df 命令2. 使用 du 命令查看目录使用情况二、磁盘分区与挂载1. 使用 lsblk 查看磁盘结构2. 确定磁盘分区3. 挂载磁盘分区三、管理镜像磁盘空间1. 清理 docker 镜像和容器2. 清理
I want to find whether a point lies inside a rectangle or not. The rectangle can be oriented in any way, and need not be axis aligned.