#command-line
Read more stories on Hashnode
Articles with this tag
I recently wanted to know the length of the longest file path within my codebase. Someone was struggling to pull the code to their local machine, and...
I recently had a scenario where I'd run a moderately complex series of commands in the windows command prompt, and I wanted to keep a record of...
I recently needed to create a C# class for each file in a folder. This was a one-off job, but there were a large number of files in the folder. How...