Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 345 Bytes

busybox.md

File metadata and controls

14 lines (10 loc) · 345 Bytes

BusyBox

busybox topics

# create the symlinks for the busybox tools
./busybox --list|./busybox xargs -n1 ./busybox ln -s busybox

Reference

  1. BUSYBOX ON THE FREEBSD

move files to newdir less than 1 day old

find . -maxdepth 1 -type f -exec mv {} /newdir ;