各位大大安:
不才小弟有個LPIC1考題不解, 題目如下:
What would the following command result in? cp `find . -size -12k` /tmp
A:The file with the name "find . -size -12k" will be copied to /tmp
B:This isn't a valid command
C:All files in the current directory and in all included subdirectories which are smaller than 12 KByte will be copied to /tmp.
D:All files in the current directory which are smaller than 12 KByte will be copied to /tmp
E:All files in the current directory and in all included subdirectories which are smaller than 12 KByte will be copied to /tmp. The directory structure will be copied, too.
我查了cp指令相關用法,並且也實機測試,認為答案應該是B,但在某些網站出來的答案卻是C, 是我的用法有錯嗎?...= ="?