Search Results

Search: Posts Made By: sdlayeeq
7,689
Posted By sdlayeeq
Thanks... ?
wow.. It was so simple.. It never crossed my mind.. thanks once again
7,689
Posted By sdlayeeq
retain Line numbers.. in Vi .. OR .. A SHELL SCRIPT
Hello everybody !

GOT SOMETHING INTERESTING...

I am trying to retain line number for a text document.. usually we get line numbers in VI using :set nu , but I want to permanently store them....
6,088
Posted By sdlayeeq
Script to CHMOD using FTP
Hello everybody !

Excuse me guys. I posted this In EXPERT group as well, but they don't seems to find this problem of that level, so posting it here as well..

I am developing a FTP script...
11,105
Posted By sdlayeeq
chmod (permissions) * not working on remote server
Hi gurus !

I am developing a FTP script which will copy all the files from one server to another server and then I need to use CHMOD 755 * to set permissions of all the files just copied to the...
4,043
Posted By sdlayeeq
I need to chmod directories and validate the user of the script.
Thanks borg for the reply, The task given to me is to chmod directories files, and I am looking for alternate ways of doing that. I am also looking to validate if the person executing the command...
4,043
Posted By sdlayeeq
Is there a better way of doing the same task
Thanks borg.. I applied the same solution -depth.. I could see the problem, I can only run it once. The next time the same command will not be executed as it will not have execute permission. Is...
4,043
Posted By sdlayeeq
help on FIND with CHMOD.. urgent help needed
Hello to all Unix gurus..

I am writing a generic script which takes the options of unix command as input and concatenate all the pieces and forms a complete executable command.

I am getting an...
26,380
Posted By sdlayeeq
Thank you all.. but is there any better way. avoid Awk for the second time
Thanks to all the guru's. but I thought is there a way to use
!(tail -2)..

can I avoid Awk for the second time Bhargav.. thanks in advance..
26,380
Posted By sdlayeeq
Thanks guys.. but still I am not getting the correct result
this is the actual pseudocode for the script I am developing

log files are created by timestamp, so need to extract unique time stamps and save in a list file.. EXCEPT the latest two, then I need...
26,380
Posted By sdlayeeq
help with !(tail -2) command.. using pipes
I am trying to using pipe (|) with ! (not) operator to list all the other files except the latest two and I am using the following command.

$ ls -ltr *.lst|!(tail -2)
ksh: 20050211180252.lst:...
Showing results 1 to 10 of 10

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