shell

Tag details

Welcome to the 'shell' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'shell'.

Look up Offsite Link "shell" at The Free Dictionary

Latest blogosphere posts tagged “shell”

  • Find Dounut Man


    Fyrebug Make Your Own Game!Authority Authority: 179
    another great game for Dounut man
    1 hour ago
  • Interesting question - Search and replace the word after sign "="


    The UNIX and Linux ForumsAuthority Authority: 171
    Hi Guys, Req your help in searching and replacing the word that comes after equals(=) symbol I would like to replace the sting in bold with a string in variable. d=ABCDF8C44C22 # grep -i NIM_MASTERID ${_NIMINFO} export NIM_MASTERID= 00CDF8C44C00 Im looking to replace any word that comes after "=" symbol in the ...
    3 hours ago
  • getopts case statement failure


    The UNIX and Linux ForumsAuthority Authority: 171
    Hi, I have a getopts that works fine if I provide an option but I want it to exit if nothing is given, but for some reason it drops out and continues with the script. Any ideas? Code: while getopts d:m:y: o do         case $o in                 d) day=$OPTARG                 ;;       ...
    3 hours ago
  • Test Your MooTools Code Online With MooShell – Your Work Becomes Simpler !


    vhxn.comAuthority Authority: 442
    If you want to test your MooTools code, you can choose MooSheel. It is a web based utility that lets you test your MooTools code. At the same time, you can write, test and run your HTML, CSS and JavaScript Code. In this tool you can save your code for further usage and to share with others via a unique URL. It is able ...
    3 hours ago
  • Password less connection(sftp/ssh)


    The UNIX and Linux ForumsAuthority Authority: 171
    Dear All, Im trying to configure a passwordless connection between two servers of HP-UX. i have srearched the configuration in google so many times and as per the guidence i have done all the steps, but still its not working and every time it is asking for password while trying to scp some file from local to remote. ...
    3 hours ago
  • Export Access data to csv file


    MSMVPS.COMAuthority Authority: 658
    We already have all the functionality we need to achieve this. Import-Module accessfunctions $db = Open-AccessDatabase -name test03.mdb -path c:\test Get-AccessData -sql "select * from test1" -connection $db | Export-Csv -Path c:\test\test1.csv –NoTypeInformation Open the csv file in Excel and the ...
    3 hours ago
  • output - tab formatted - awk


    The UNIX and Linux ForumsAuthority Authority: 171
    Dear All, Good Day. I would like to hear your suggestions for the following problem: I have a file with 5 columns with some numbers in 16 lines as shown below. Input file: Code: Col 1    Col 2  Col 3    Col 4    Col 5   12      220        2      121        20  234      30      ...
    4 hours ago
  • Read file line spaces


    The UNIX and Linux ForumsAuthority Authority: 171
    I have a script which read a file it does while read -r line, then i echo line out echo "$line" Problem is the echo does not echo space and tabs at the end of each line. How do i get the end of line space as well
    4 hours ago
  • scp command and no responde


    The UNIX and Linux ForumsAuthority Authority: 171
    I should trasfer some files by xxx.xxx.xxx.xxx to local host. In order to check the function works i tried to transfer a single file and I typed: scp -P 21 username@xxx.xxx.xxx.xxx:/filename.nas /filename.nas At this point i havent response anch i have to type CTRL+C to return to console. Can you help me?
    4 hours ago
  • Take Your Company Public: Software Companies Can Raise Capital Fast!


    Chillicious.comAuthority Authority: 160
    Are you trying to raise capital for your start-up or corporation in expansion? Have you exhausted your traditional institutional sources and hedge fund contacts? Don’t lose hope just yet! First of all, take all those pamphlets and brochures from banks and other traditional lenders that are lying all over your desk ...
    4 hours ago
  • Take Your Company Public: Software Companies Can Raise Capital Fast!


    Daily BullsAuthority Authority: 154
    Are you trying to raise capital for your start-up or corporation in expansion? Have you exhausted your traditional institutional sources and hedge fund contacts? Don’t lose hope just yet! First of all, take all those pamphlets and brochures from banks and other traditional lenders that are lying all over your desk ...
    4 hours ago
  • Take Your Company Public: Software Companies Can Raise Capital Fast!


    World NewsAuthority Authority: 463
    Are you trying to raise capital for your start-up or corporation in expansion? Have you exhausted your traditional institutional sources and hedge fund contacts? Dont lose hope just yet! First of all, take all those pamphlets and brochures from banks and other traditional lenders that are lying all over your desk and ...
    4 hours ago
  • Formatting isql output to horizontal format


    The UNIX and Linux ForumsAuthority Authority: 171
    Hi I am formatting informix isql output(vertical) to horizontal format. Suppose I have the following content in the flat file from isql output - item_nbr 0 usfn_label Subscriber Class usfn_name SBCLASS usfn_value bl5 item_nbr 1 usfn_label Switch Name usfn_name switchName usfn_value pyrw2 I have to ...
    4 hours ago
  • Take Your Company Public: Software Companies Can Raise Capital Fast!


    Naked NewsAuthority Authority: 175
    Are you trying to raise capital for your start-up or corporation in expansion? Have you exhausted your traditional institutional sources and hedge fund contacts? Dont lose hope just yet! First of all, take all those pamphlets and brochures from banks and other traditional lenders that are lying all over your desk and ...
    4 hours ago
  • Markets hold their breath ahead of Wall Street opening


    Business: Market Forces blog | guardian.co.ukAuthority Authority: 100
    After an early opening fall, the FTSE 100 index had clawed back some of its lost ground by mid-morning. But traders are holding their breath ahead of Wall Streets opening this afternoon. As the US markets were closed yesterday for Thanksgiving, it will be the first time that American traders have had a chance to ...
    4 hours ago
  • unrar multiple files with password


    The UNIX and Linux ForumsAuthority Authority: 171
    The problem: how to unrar multiple rar files with known password This works fine: Quote: #!/bin/sh for f in "*.part1.rar"; do unrar e "$f"; done but how to/what to implement to prevent asking me for password each time Have tried: Quote: #!/bin/sh passwd=KNOWPASS for f ...
    5 hours ago
  • search and replace particular characters in fixed length-file


    The UNIX and Linux ForumsAuthority Authority: 171
    Masters, I have fixed length input file like Code: FHEAD0000000001XXXX 20090901       0000009000Y1000XXX2 THEAD0000000002 20090901     ITM0000109393813            430143504352N22SP    000000000000RN000000010000EA  P00000000000000143900 20090901     TTAIL0000000003000000 ...
    6 hours ago
  • Copy a file on remote servers


    The UNIX and Linux ForumsAuthority Authority: 171
    Hey Unix Gurus, Im having trouble in copying a file on 5 different servers, first how can you do it locally (i.e without the need to ssh to the server you want to copy the file) and if you need to ssh how do u run a command within that server. Please see my code below(it doesnt work somehow). Thanks in advance ...
    6 hours ago
  • Automate drac/ilo reboot


    nixCraft Linux ForumAuthority Authority: 145
    Ok heres the case: a whole bunch of M$ terminal servers that hang after every patch tuesday update. We need to manually reboot them using DRAC and ILOs wich is time consuming. Now these drac and ilo devices support SSH and it is possible to login in and give them a reboot command. Now I figured I could run a script ...
    6 hours ago
  • Shell, PetroChina To Develop Shale Gas In Sichuan


    Royal Dutch Shell plc .comAuthority Authority: 147
    SHANGHAI (Dow Jones)--China has started its first joint development project in shale gas, in a bid to find alternative resources for the cleaner-burning fuel to meet the nations rising demand.
    6 hours ago

Comments about shell

Personal attacks are NOT allowed
Please read our comment policy