DOS command to show listing of Writable Files

Writing by shivdev on Tuesday, 24 of June , 2008 at 1:34 pm

Sometimes developers create new files and forget to add them into their VCS. Later they want to see what files are WRITABLE (not read only) that have been added (newly created) so they can be added to the version control system.

dir /a:-R /s /b *.java

The *.java above can be replaced with *.* to search for all writable files.

Leave a comment

Category: Java

Emma – A Free Java Code Coverage Tool

Writing by shivdev on Sunday, 22 of June , 2008 at 5:03 pm

EMMA is an open-source toolkit for measuring and reporting Java code coverage. Tutorial Coming Soon…

Leave a comment

Category: Java

Shivdev Kalambi's Blog

Shivdev Kalambi is a Principal Software Engineer working at ArcSight. He has over 11 years' experience in software development and has worked with several technologies and played different roles and contributed to all phases of projects. Other non-tech activies include Ping-pong, Racquetball, Rock Climbing at PG and Swimming.