How to convert a hidden file to normal visible file?

Answers were Sorted based on User's Feedback



How to convert a hidden file to normal visible file?..

Answer / suitable

In unix hidden files are those files whose names are started
wiht .(dot). so if you what to convert hidden file to normal
visible file just rename those files and remove the leading
.(dot) form its name.

Is This Answer Correct ?    23 Yes 4 No

How to convert a hidden file to normal visible file?..

Answer / sourisengupta

Yogesh you must be knowing that its a unix question....and
your ans is applicable for windows

Is This Answer Correct ?    17 Yes 1 No

How to convert a hidden file to normal visible file?..

Answer / pavitra

Do ls -a....to get the hidden file name...

$mv .file_name new_file

new_file is not hidden now...

you can list this file by just ls...

_
Pavitra

Is This Answer Correct ?    11 Yes 2 No

How to convert a hidden file to normal visible file?..

Answer / 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

How to convert a hidden file to normal visible file?..

Answer / xxx

Yogesh ...tuo sala parama magiha taa..abe unix auu windows
bhitare kana difference tate jana nahi...chup magihaaaaaa

Is This Answer Correct ?    7 Yes 2 No

How to convert a hidden file to normal visible file?..

Answer / satish

mv .foo foo 
This is the only correct one without changing file name

Is This Answer Correct ?    0 Yes 0 No

How to convert a hidden file to normal visible file?..

Answer / shan, nmc

In case, you want to see the all hidden file then you will
use below command.

$ls -Ra

Shan, NMC

Is This Answer Correct ?    0 Yes 7 No

How to convert a hidden file to normal visible file?..

Answer / yogesh

just go to tool in the menu bar select folder option then
view and section shaw hidden files and apply and enjoy

Is This Answer Correct ?    2 Yes 56 No

Post New Answer

More Unix Commands Interview Questions

How do I use grep to find a file?

0 Answers  


Who wrote grep?

0 Answers  


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


How many bits use for MAC address?

7 Answers   Google,


Give the command to display space usage on the UNIX file system.

6 Answers  






What is grep r?

0 Answers  


How will you know who are the users logged in to the system before 15 minutes?

4 Answers   Amazon,


what is the significance of "su" command?

3 Answers  


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


Categories