dot files

Linux / Unix: Bash Find Matching All Dot Files

by Vivek Gite on September 14, 2011 · 4 comments

A dot-file is generally any file whose name begins with a full stop. In Linux or Unix like operating system it is also called as hidden file. How do I list all dot files in my home directory?

{ 4 comments }

Linux / UNIX scp Copy Hidden . (Dot) Files

by Vivek Gite on November 9, 2010 · 0 comments

How do I copy all hidden files from $HOME using scp command line tool?

{ 0 comments }

Linux / UNIX List User Dot-Files

by Vivek Gite on August 26, 2009 · 5 comments

How do I list only user dot-files from $HOME under UNIX and Linux operating systems? How do I ensure that user Dot-Files are not World-writable?

{ 5 comments }

Q. How do I ignore hidden .dot files while searching for files? How do I ignore or exclude certain files while running Linux / UNIX find command?

{ 3 comments }

Explain Linux / UNIX dot-files

by Vivek Gite on December 13, 2007 · 2 comments

Q. Can you tell me more about dot-files that shell and many UNIX command reads?

{ 2 comments }

Search For Files In Bash

by Vivek Gite on February 15, 2007 · 0 comments

How do I search for file in Bash?

{ 0 comments }