cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
-lR and -p Unix commands
-lR and -p Unix commands
Sep 10, 2012 at 9:11pm UTC
divine fallacy
(34)
Where can I read about these? I have seen them used in CLI tutorials without explanation. Their function is somewhat derivable from context, but I would like documentation.
Some examples:
ls -lR
mkdir -p test/stuff/things
Sep 10, 2012 at 9:22pm UTC
Moschops
(7244)
Type
man ls
and
man mkdir
Sep 10, 2012 at 9:51pm UTC
ne555
(10692)
They are not commands but flags.
Topic archived. No new replies allowed.