The -Force parameter overrides the default hiding behavior.
Get-ChildItem -Force
Now that the invisible is visible, happy computing! how to view hidden files
Note: For older Windows versions (7/8), go to Organize → Folder and Search Options → View tab → select “Show hidden files, folders, and drives.” The -Force parameter overrides the default hiding behavior
ls -a
Mac users have a super-fast keyboard shortcut that works almost anywhere in Finder. how to view hidden files