this is a extra element for clear the floated element
tar实例
  • 12/31
  • 2008
指令大全 | Linux 3998 次查看
有没有可移动整个目录的命令? tar -C 原始目录 -cf - | tar -C 新目录 -xf -,然后rm -rf 原始目录或者 cp -Rd “目录名”