No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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. | |
Re: 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 | |
Re: [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 … |