Tagged Questions
2
votes
2answers
129 views
cp file device:directory on Minix
In my operating systems class we had to modify the boot screen of the Minix OS. I understood just about everything we did, but at the end of the make for compiling the new OS, there's a line:
cp ...
0
votes
2answers
111 views
How to copy a file and move it to a location using unix
I need a file to stay in the same location but also move it to a different location.
What am I doing wrong?
cp RubyTest.sublime-settings \
~/Library/Application Support/Sublime\ Text\ ...
4
votes
3answers
1k views
How do I move some but not all files from one directory to another?
I need to move my files from one directory to other. But there is some issues. My file name pattern is like:
apple.0, apple.<n>, n -> {0,1,2,3 ...~ }
so mv apple.* will not work, because ...