It's UWAweek 30 (2nd semester, week 1)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 10 other people reading this forum.


 UWA week 40 (2nd semester, week 10) ↓
SVG not supported

Login to reply

👍x1
helpful
5:06pm Thu 5th Oct, Christopher M.

ANONYMOUS wrote:
> I understood that multiple files from at least 2 separate directories are needed to synchronise. But what kind of files are they? Are we just considering all files in general, or just the ones that can be seen with the "dir" command? > > Also, apart from the files that can be publicly seen with "dir", do we also have to take into account the hidden files, system files, files with no extensions, and/or files located in sub-directories (or just the main outer directory)?
We are synchronising *files*, which may have any name.
>From the perspective of the directory entries, we are only considering (regular) files and (possibly) subdirectories.
- By default, we do not consider directory entries with a leading '.', but the -a option reverses that. - Files with or without extensions are all considered the same way. - We only consider subdirectories if the -r option is provided.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  7:24AM Jul 25 2024
Privacy policy