Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~585 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for gatormike53

In you .profile(if u r using ksh) file, set the PATH variable as PATH=$PATH:/dir/you/want/to/add export PATH This will allow you to use the command anywhere but only for your login.

Member Avatar for ranj@chn
0
157
Member Avatar for gatormike53

Check the -k option of sort. That should help. (eg) if you want to sort based on 2'nd field, ls -rlt | sort -k2 ALways check man sort. It mostly gives the best solution. Regards, Ranjith

Member Avatar for ranj@chn
0
339
Member Avatar for problems

[QUOTE=problems][COLOR=black]i would like to find files that have been modified during a month. lets say i am type in 2004 06 it will find files in the month of june. i know using l -la lista all the files and thier attrbutes. and one of thier attributtes is last modified …

Member Avatar for ranj@chn
0
89