Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to convert a hidden file to normal visible file?

Answer Posted / shan, nmc

Yes. We have a command for that as well. Use below command
to make the normal file.
$mv .aaa bbb.txt

Here, aaa is hidden file name and bbb.txt is our new file
name. One thing is that we must remember the hidden file
name, then only we will be able to convert into normal file.

Hope you are clear.

Thx
Shan, NMC

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist some filename manipulation commands in unix.

1167


What is unix command line?

1272


What are the commands in UNIX to list the files in a Directory?

1198


What is “chmod” command?

1193


How can you see the command line history?

1150


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2278


What is s and g in sed command?

1125


How do I run a whois command?

1163


What is the command to view process running?

1122


How do I open a port?

1104


How to find $ai_serual resolved path by using unix

1767


What are some command words?

1148


What is difference between grep and find command in unix?

1225


Write a command that will display files in the current directory, in a colored, long format.

1236


How do I use grep to search for a file?

1069