helpful_cmd
title: helpful cmd
author: katt
find /C /V "" file*.csv>count.log
Finds the length of each .csv in the current folder, saves the output to count.log
rm -R foldername
Delete foldername
and all files in foldername
Last updated
Was this helpful?