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

List of all available Websheets


Viewing cpp/ee355/lab1/backup 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
 
Write a command sequence to make a directory called 'backup'
underneath the current directory, then copy all the files in the current
directory to 'backup'
Remarks
Comments, history, license, etc.
 
Copied from problem cpp/ee355/lab1/move_headers (author: redekopp@usc.edu)
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>mkdir ../backup</tt> <strong>then</strong> <tt>cp * ../backup</tt>", null], ["<tt>mv * backup</tt>", null], ["<tt>cd backup</tt> <strong>then</strong> <tt>cp * backup</tt>", null], ["<tt>mkdir backup</tt> <strong>then</strong> <tt>cp * backup</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'.