Not logged in. Log in with GitHub. About Websheets.

List of all available Websheets


Viewing cpp/ee355/lab1/move_headers by redekopp@usc.edu. You have unsaved changes. Log in above to create, edit, preview and publish Websheets.
PropertyValue
Description
html markup
shown to student
 
How could you move all the files that end with an extension *.h in
your home directory to the current directory without knowing the full path
to the current directory [Hint: use a shortcut for the home directory and
current directory.] <i>Select only one answer.</i>
Remarks
Comments, history, license, etc.
 
Copied from problem cpp/ee355/lab1/quit (author: redekopp@usc.edu)
Copied from problem cpp/cs103/lab1/quit (author: redekopp@usc.edu)
remove
Engine
Choices
json list of string, bool pairs
e.g. [["good", true],
["bad", false]]
 
[["<tt>cp ./*.h ~</tt>", null], ["<tt>mv *.h .</tt>", null], ["<tt>mv ~/*.h .</tt>", null], ["<tt>mv ~ ./*.h</tt>", null]]


Optional properties:

Note: problems are open-source by default (see 'Public permissions'). Assumed license for open problems is Creative Commons 4.0 Attribution-ShareAlike unless specified in 'Remarks'.