From: Arun Prakash Jana Date: Tue, 27 Nov 2018 22:46:14 +0000 (+0530) Subject: cp: change -r to -R, --preserve=all to -p X-Git-Tag: v2.2~110 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b7eb509ffb471c11e27e227a5836bcd379a7cab3;p=nnn.git cp: change -r to -R, --preserve=all to -p --- diff --git a/src/nnn.c b/src/nnn.c index f76a68de..3d3d4e5c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3083,7 +3083,7 @@ nochange: } if (sel == SEL_CP) - snprintf(g_buf, MAX_CMD_LEN, "xargs -0 -a %s cp -ir --preserve=all -t .", g_cppath); + snprintf(g_buf, MAX_CMD_LEN, "xargs -0 -a %s cp -iRp -t .", g_cppath); else if (sel == SEL_MV) snprintf(g_buf, MAX_CMD_LEN, "xargs -0 -a %s mv -i -t .", g_cppath); else /* SEL_RMMUL */