Search Results

Search: Posts Made By: lilbo4231
6,024
Posted By ahamed101
4 letter files ls | egrep [a-z]{4} ...
4 letter files

ls | egrep [a-z]{4}


3rd letter l or n

ls | egrep "..[l|n]"


Not sure if "ls" command alone can be used to get all these.

--ahamed
6,024
Posted By budz26
$ ls *r or $ ls -l *r
$ ls *r
or
$ ls -l *r
3,361
Posted By ahmad.diab
FYI:- A hard link can point only to a file...
FYI:-

A hard link can point only to a file and not to a directory, and only to a file existing on the same file system where the link itself is.
A symbolic link, in contrast, can point to a file...
3,361
Posted By ahamed101
Hardlink ln -f <src> <dst> chmod 744...
Hardlink

ln -f <src> <dst>
chmod 744 <yourfile>--ahamed
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy