![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hidding The Administrator Account in OS X 10.5 (Leopard) | unimachead | OS X (Apple) | 7 | 04-25-2008 09:51 PM |
| to get the timestamp of files from the files and folders in Unix | kishan | HP-UX | 2 | 04-09-2008 05:20 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| unix files | mehakkapur | UNIX for Dummies Questions & Answers | 1 | 01-23-2006 07:57 PM |
| UNIX files to XLS | rahzia | UNIX for Advanced & Expert Users | 4 | 05-28-2002 03:34 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
! HELLO SIR, 1) In UNIX how to hide & unhide a file. What are the Commands are there . ----------- 2) One more thing is that when i using WILD CARDS .The commands are not working Properly. Why like that. Please help me . |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
A "hidden" file in UNIX is any file whose name begins with a . (that's a dot or a period). To see the file, use the -a option to the ls command (i.e. ls -a).
What problems are you having with wild cards (also called regular expressions)? |
|
#3
|
|||
|
|||
|
!hello sir,
I create a fine by name mass and i want to hide it. after the creation of file. |
|
#4
|
||||
|
||||
|
If I got this right you have a file called mass and want to hide it..
Just rename it to mass with an initial dot: $ mv mass .mass
__________________
[ Please put signature here ] |
||||
| Google The UNIX and Linux Forums |
| Tags |
| regex, regular expressions |
| Thread Tools | |
| Display Modes | |
|
|