In a unix/linux environment I get a list of hundreds of files that need to be deleted. This list comes to me every week in the Continue reading “Bash Script to Remove Files in List”
Category: Unix Scripts
comm Command
comm Command Continue reading “comm Command”
How to remove ^M character with VI
:%s/[ctrlkey+v and ctrl-key+M]//g
find command with wc (word count)
Using the find command with wc (word count) you can see a) total files b) just files c) just links and d) just directories. Continue reading “find command with wc (word count)”