Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dko0aU
via LifeLong Community
Using Powershell Get-ChildItem
List All Java Files in All Subfolders gci -Recurse -filter *.java | % { $.FullName } Use gci | gm to check the type of $ and its properties and methods $_ is TypeName: System.IO.FileInfo, and has properties like Name,BaseName,FullName, Length. Miscs If we...
List All Java Files in All Subfolders gci -Recurse -filter *.java | % { $.FullName } Use gci | gm to check the type of $ and its properties and methods $_ is TypeName: System.IO.FileInfo, and has properties like Name,BaseName,FullName, Length. Miscs If we...
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dko0aU
via LifeLong Community
No comments:
Post a Comment