how to copy filename with space in Linux?
[root@linsercer Test]# cp test ram.text test_ram.text
copy filename with space in Linux
Re: copy filename with space in Linux
use \ and give space/ it will work as escape in Linux.
if your file name is 'test ram.txt'.
[root@linsercer Test]# cp test\ ram.text test\ ram.text
if your file name is 'test ram.txt'.
[root@linsercer Test]# cp test\ ram.text test\ ram.text
Who is online
Users browsing this forum: No registered users and 1 guest