Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ranjank

    Virtual Host issue

    Hi All, I have configured some free wares and access them with apache. A virtual server for one freeware disturbs the access of others as they are not using Virtual Host instead they are using location. Can someone help me on this. Regards, Ranjan.
  2. ranjank

    Command line Argument in Case statement

    Hi, I have written one script where i accept the args from command.There are total 7 args i'm accepting from command line.I wan't that there should be min 4 args supplied.I'm putting if statement in the case statement but it is not working.Can anyone suggest how i can do it. Regards, Ranjan.
  3. ranjank

    String filteration with Sed

    Hi, I want to filter one string from the line. E.G : :abc:ranjan@127.0.0.1:/u/project I wan to extracr ranjan from the above line.Can any one give me any pointers as how to extract with sed or awk.Any help on this will be appreciated. Regards, Rajan.
  4. ranjank

    Makefile error output.

    Hi, I want to redirect the error out of the Makefile to some log file and sends a mail to designer if the Makefile compilation fails. I know with Makefile 2> error.log you can redirect warnings and error,but would like to know a better way of getting the exact error from error.log...
  5. ranjank

    commands in subshell

    I'm using file for e.g :-- ./filename <input paramater>
  6. ranjank

    commands in subshell

    Hi All, I'm running a bash script where i source one file which contains all the ENV variables and some settings.Once i source that file a subshell is created and rest of the commands in script dosen't get executed.Can anyone guide as how i can run the commands in subshell. Regards...
  7. ranjank

    export variable in bash shell script

    Hi, I want to set the variable which i had exported in shell script, in my home path from where i will be running the script.One thing i know is to source a file like for e.g:-- source script or . ./filename The problem is i want to set it in the cron job and want to source a...
  8. ranjank

    Apending word before each line in a file.

    Hi, I have a file which continas 300 lines with each line starting with ". e.g "/var/opt/log" I want to append a word before each line like :-- %dir %attr(0755,root,root)"/var/opt/log" Can anyone give pointers on this. --Ranjan.
  9. ranjank

    Truncate line with Sed option

    Thanks coloumb and feherke.Its working.
  10. ranjank

    Truncate line with Sed option

    Hi, I want to truncate the line with sed option. -r--r--r-- ppp/user 1072 2005-05-30 22:08:40 ./var/nn/CCCC/resource/default/Setup.html This is in single line.There are around 150 such lines in a file.I want to extract only /var/nn/CCCC/resource/default/Setup.html and put it in...
  11. ranjank

    How to call Variable from another file.

    Hi All, I want to call a variable defined in the another file.For E.G cat tomcat VERSION=test ABC=mmm BCD=nnn ...... I want to call variable VERSION in spec file.Is there any way i can do it.Any pointers on this will be of great help. Regards, Ranjan.
  12. ranjank

    How to make RPM of Tar file.

    I'm a newbie in Linux so can any one give me an example,it will be appreciated. Regards, Ranjan.
  13. ranjank

    How to make RPM of Tar file.

    Hi All, I have a tar file (abc.tar).I have make rpm of abc.tar file.Is there any command in Linux to make RPM file. Regards, Ranjan.
  14. ranjank

    MAC Address

    Hi, Is there any command in AIX wherein i can find the MAC address of the machine?AIX ver is 4.3.Any help on this will be highly appreciated. Regards, Ranjan.
  15. ranjank

    email problem from RHEL 4.0

    Hi, I'm not able to send mail thru mail -s utility from Red-Hat RHEL 4.0 server.It is giving the message "Message stored in dead.letter" Can anyone give any pointers on this. Regards, Ranjan.
  16. ranjank

    Sum total in for loop

    Hi, I ant to do sum total of file and redirect to another in another file. For E.g cat count 3 4 5 99 123 i want the total of count file and redirect it to say SUM file. Any pointers on this will be helpfull. Regards, Ranjan.
  17. ranjank

    ssh key-gen from two different machines.

    Hi, I have generated ssh key-gen for one particular id say x from delta server.Can i create a another ssh key-gen from another server say alpha for the same id x.Any pointers on this will be helpfull. Regards, Ranjan.
  18. ranjank

    DayLight saving RPM for Redhat Linux Enterprise 4.2

    Is there any freeware available? on the net for this. --Ranjan.
  19. ranjank

    DayLight saving RPM for Redhat Linux Enterprise 4.2

    Hi, Is there any RPM for the DayLight saving for redhat enterprise 4.2 which takes care of the time changes automatically. Any help on this will be appreciated. --Ranjan.
  20. ranjank

    Check bytes of the File transferred.

    Thanks a lot Feherke and Annihilannic. I will try this. I use scp and Rsync on some files. --Ranjan.

Part and Inventory Search

Back
Top