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
"Shell"
at The Free Dictionary
Latest blogosphere posts tagged “Shell”
-
Royal Dutch Shell plc .com —
Authority: 145
2 hours ago -
Help with Automating VNC Setup
nixCraft Linux Forum —
Authority: 141
Greetings, i am a noob with shell scripting, just now started, i am trying to automate the VNCserver setup, for which i have created a small script, please someone could correct it vnc.sh ===== ip=`ifconfig eth0 | grep inet addr: | cut -d: -f2 | awk { print $1}` read -s -p "Enter vnc password : " password read -p ...3 hours ago -
Shell- cronscript by straszek
Pro Freelance Projects —
Authority: 178
Hi, I need you to create a small script that looks in the folder "x" and delete all but the 5 newest subfolders in this folder. The scirpt should run as a cronscript (i will set that up)… (Budget: $30-250, Jobs: Linux)Go to SourcePost similar project4 hours ago -
Congelando e Resucitando Processos
Silveira Neto —
Authority: 103
Nem só de morte vive o kill. Suponha que você tem um processo chamado program e quer congelar seu funcionamento. Para congela-lo sem mata-lo você pode mandar um sinal SIGSTOP com: kill -s stop `pidof program` Para ressucitar o mesmo processo: kill -s cont `pidof program`6 hours ago -
Pearls: Freshwater or Saltwater?
5 Star Wedding Blog —
Authority: 121
Most people when they imagine a pearl are picturing perfect large round spherical gems, creamy white in colour with a shimmery iridescent surface. The reality is that pearls are usually irregular in shape, each one is different and to find one that is completely round is almost unheard of, let alone a whole string ...7 hours ago -
extracting field from array
The UNIX and Linux Forums —
Authority: 167
I have a problem with the following lines of code: Code: SaveIFS=$IFS IFS="/" declare -a Array=($1)#take unix path, split by / website=${Array[4]} #stores website name The confusing part is that it works on one machine, but not on the other. If the code is moved ...8 hours ago -
awk scripting help
nixCraft Linux Forum —
Authority: 141
Hi. I need a little assistant to write an awk script on linux that reads a file that looks something like this: >description 1-blah blah blah ASDFGHJKLMNPTRWQCVNMJKLOTYUQBEBDBJDBJDBJDBJDJJK HJHJHDTYREWQDAXZCDBNDMMSKSKHGFSHSCVAIOPQTRE >description 2-blah blah blah ...8 hours ago -
checking the file in remote server using SFTP
The UNIX and Linux Forums —
Authority: 167
Hello, I would appreciate if any one can help me on this. The below script start running at 12:30AM. Every 5 min, i go and check the remote site. If i see filewatch.txt over there, then i need to call another shell script and load the data into database. If i dont see that file, then i have to loop for one hour(sleep ...13 hours ago -
How To Take Your Company Public (And How Not To)
Best Online Earning Ideas —
Authority: 465
So, your company is ready for that next step and youve decided to take the dive into the world of public offerings and global fund raising. You imagine investors waiting with bated breath for your company to announce its share price and release shares for purchase. Youre imagining swarms of broker dealers clambering ...14 hours ago -
shell script/sed command help
The UNIX and Linux Forums —
Authority: 167
First off I have read the man pages for sed and am still having trouble working on a script to remove portions of a log: My goal is to take a log file to be emailed, read the file and strip the portions away AFTER the line MIME-Version:1.0 and strip away until it to the line starting with Content-Type:application. ...15 hours ago -
merging files into a single tab delimited file with a space separating
The UNIX and Linux Forums —
Authority: 167
I have a folder that contains say 50 files in a sequential order: Code: cdf_1.txt cdf_2.txt cdf_3.txt cdf_3.txt . . . cdf_50.txt. I need to merge these files in the same order into a single tab delimited file. I used the following shell script: Code: for x in {1..50}; do cat cdf_${x}.txt >> ...15 hours ago -
Arthritis Knee Joint Pain – Discover 3 Natural Supplements That Works
Healthy Living Times —
Authority: 137
Knee joint pain can be caused by many things such as a knee injury from torn ligaments, worn out knee cartilage due to arthritis, or just a plain old knee joint infection. Even though there may be many reasons for knee pain, figuring out what is causing the affliction may require a trip to the doctor. For most people ...15 hours ago -
Gore Tex vs. eVent: Does the fabric make a difference?
Outside San Diego —
Authority: 119
With all the buzz in the outdoor blog community surrounding The Gore Tex Bloggers Summit , I thought it was about time that Outside San Diego really got to the bottom of the debate. Does the fabric your shell is make from really make a difference in performance? This debate has been raging for a long time, and ...15 hours ago -
[iPhone] Virus Worm Spreading on Jailbroken iPhones
Incomplete-News.Com —
Authority: 125
Apple must be pleased about this news. They haven’t become tired in telling the people that jailbreaking the iPhone seriously compromises user security.And now a worm developed by Ashley Towns from down under is nothing else but attacking jailbroken iPhones whose Secure Shell has not been disabled or where the ...16 hours ago -
Parsing record into multiple records in Shell Script
The UNIX and Linux Forums —
Authority: 167
Hi, I am trying to parse a very long record in a text file into multiple records by checking ADD, DELETE, or MODIFY field value in a shell script. Input # File name xyz.txt ADD|N000|8015662|DELETE|N001|9915662|MODIFY|N999|85678 Output ADD|N000|8015662| DELETE|N001|9915662| MODIFY|N999|85678 I tried different ...17 hours ago -
@Lab this Week
Lab49 Blog —
Authority: 141
Humor from ZeroHedge is still popular. Unfortunately, the Goldman they’re praising is not me. Cool Barcodes Heisenbugs If you’re looking for Heisenbugs try MS Chess . It can detect subtle hard to repeat bugs in concurrent programs. It works in both managed and native windows programs. CHESS ...17 hours ago -
SSH sessions from bash script
The UNIX and Linux Forums —
Authority: 167
Hi Forum. First of all thanks for reading. I need some help here. I have been checking some other posts about this issue, but I still have problems... Im trying to conect througn ssh to several machines to kill some process and I have problems with the " ". This is what Im trying to do: ssh -o ...17 hours ago -
the black plastic case on the outside of my Sony Playstation 3 cracked!!?
Blu-Ray1st —
Authority: 149
is there any place i can order a new black outside plastic shell? or get it fixed?Tags: blu-ray disc, blu-ray dvd, blu-ray movies, hdtv, blu-ray playerPossibly Related Posts:How do you Play Blu-Ray Movies On PC?blu ray on xbox 360?Lego Indiana Jones 2. The Adventure ContinuesWhen do you think HD DVD players will fall ...17 hours ago -
expect wait --More-- string and exit
The UNIX and Linux Forums —
Authority: 167
Hi I am programing a expect script on debian, I connected to a firewall to get configuration copy via telnet or ssh but Because of firewall show configuration console wait and print --More-- need press space key at least 100.Help me please. firewall output like this :( Quote: ...17 hours ago -
Shell Script Needed to Read a text from a list files
The UNIX and Linux Forums —
Authority: 167
Hi, Below is my issue which I desperately need and I want a shell script which can do this job. I need this script as I m planning to put this for a system health check. Please assist me. 1. There are 10 log files in a particular location. 2. open each log file. Goto to the end of the file. From the end go up to ...17 hours ago