Skip to content

kbfirebreather/directory_snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

directory_snapshot
==================

Saves text file based on directory tree

Usage:

gcc snapshot.c -o <outfile>

./<outfile>

./<outfile> <arg1> <arg2> <arg3>

arg1 - directory to traverse
arg2 - output file location
arg3 - output file name

If arg1, arg2, and arg3 ARE NOT SET. It will use the defaults.
Defaults can be set in the defaults.h file

arg1, arg2, and arg3 MUST ALL BE SET for it to use ANY of the arguments

About

Saves text file based on directory tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published