shell
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'.
Are you an expert about 'shell'? Do you want to be the Technorati authority on 'shell'? You can write a description that will appear right here:
Join Blogcritics!
Original Technorati articles tagged “shell”
-
in FamilyCollecting Sea Shells Results in Dangerous Surprise for Toddler

6 year old Holly Smith had spent the day with her family at Point Lonsdale beach collecting seashells, a simple hobby enjoyed by hundreds of people every day.by jaideepkhanduja / on Mar 17, 2010 -
in BusinessPeak Oil Debate Piques Interest at Davos

Saudi Aramco negates BP-Shell theory of world energy crisis at Davos, looks sternly at oil speculationby ecothrust / on Jan 31, 2010
Latest blogosphere posts tagged “shell”
-
Help for File Modification
The UNIX and Linux Forums —
Authority: 144
Hi All, I have a file disk_space.log. cat disk_space.log 94% / 32% /boot 38% /mnt/data 100% /media/CDROM I want the output, like cat disk_space.log 94% / 100% /media/CDROM That means print the line those are grater-than 90%. And rest of the line is remove from file. I have a script but that is not working ...6 days ago -
1 List, 50 Stocks, Endless Opportunity
Welcome to My Wealth Mastery || Welcome to My Wealth Mastery || —
Authority: 98
What does a successful trader do that an unsuccessful trader can’t seem to master? They quickly find and get in and out of the winning trades with expert precision. What does this better than anyone else? Smart money of course! Big banks and financial institutions have the capital and agility to persuade large and ...6 days ago -
cat and uniq command
The UNIX and Linux Forums —
Authority: 144
Hello i have tried to retrieve a distinct list of data from a file with a command combination but the uniq command line is not filtering the fields repeated. Can someone help me ? here is the file input Code: 3837734|LAUNCH TEST01 3837735|LAUNCH TEST01 3837736|LAUNCH TEST01 3837737|LAUNCH TEST01 ...6 days ago -
displaying a column in horizontal line separated by ,
The UNIX and Linux Forums —
Authority: 144
Code: cat my.log blah blah blah say i am perfroming some action similar to below... Code: cat my.log | egrep " it gives output as below Code: 1 2 4 is there anyway to modify above same command so that output is displayed like below [CODE]1, 2, 4/CODE]6 days ago -
problem in using cgi_script to handle form data
The UNIX and Linux Forums —
Authority: 144
Hi, I have an HTML form through which I get some text as input. i need to run a shell script say script.sh inside a perl -cgi script named main_cgi.sh on the form input. I want to write the contents of the form in a file and then perform some command line operations like grep, cat on the text and thn output the ...6 days ago -
Create a Facebook Viral Application by sweethunt
Freelance Projects Online —
Authority: 167
Hello, I’m looking for someone to create a Facebook Viral Application to share content (videos, photos, links) on Facebook with a survey locker code.The script can used with posts and fanpages as well… (Budget: $250-$750 USD, Jobs: Facebook, Shell Script, Smarty PHP, Social Networking, Symfony PHP) Place bid6 days ago -
check index of a string by finding a letter in it
The UNIX and Linux Forums —
Authority: 144
i would like to search for a letter in a string and get its index position. example: Code: name=john pos=$(expr index $name o) the result will be equal to 2 (2nd position) how do you make this thing not case sensitive? example: Code: name=john pos=$(expr index $name O) the capitalization is the ...6 days ago -
Java forum
The UNIX and Linux Forums —
Authority: 144
Can anyone help me for knowing me the best site for java forum. i am having lot of questions. this site helps me lot for the unix , similar to this is there any site for java.6 days ago -
A nice way to check a string
The UNIX and Linux Forums —
Authority: 144
Guys, I need some advice on how to check a string, which may or may not have a entry.. Never really worked out how to do this.. May be a good time to learn now. This is what i am trying to do Run a command, to return a string If the string is not empty , then run the if statement, otherwise ignore How can i ...6 days ago -
Instalando Granja de Servidores SharePoint 2010
MSMVPS.COM —
Authority: 481
Para un programador SharePoint es importante conocer la arquitectura de la plataforma y en ese sentido realizar un proceso de instalación de una granja SharePoint es un deber. En esta ocasión quiero compartir como lograr en una topología llamada Small Farm (Three Tier). Básicamente tenemos un software ...6 days ago -
Replace a data in a field if that does not contain a particular pattern
The UNIX and Linux Forums —
Authority: 144
Hi, I have a date/time field in my file. I have to search in all the records and append a timestamp to it, if the timestamp is missing in that field. Is there a possible awk solution for this? Field date format [YYYY-MM-DD HH24:MI:SS] Code: File1 ==== 1|vamu|payer|2007-12-02 02:01:30|bcbs| ...6 days ago -
Gain Remote Access to the Get-ExCommand Exchange Command
Hey Scripting Guy! —
Authority: 460
Summary : Learn how to gain access to the Get-ExCommand Exchange command while in an implicit remote Windows PowerShell session. Hey, Scripting Guy! I liked your idea about connecting remotely to Windows PowerShell on an Exchange Server. The problem is that I do not know all of the cmdlet names. ...6 days ago -
Android developer Stephen Erickson open-sources his BusyBox installer — we’re all free to learn from it
Android Headlines - Your Trusted Android News Source —
Authority: 150
If youre an Android hacker or developer, you know about BusyBox. For the lay-people among us, its a utility that extends the limited commands provided by the Android toolkit in the shell — copying and renaming files, reading and writing data, that sort of thing. Heres a chance to learn a little more, as Stephen ...1 week ago -
Bull and bear: Dividends hit record as profit warnings surge
The Share Centre Blog —
Authority: 118
Bull and Bear – an optimistic and pessimistic view of investment news. Today’s stories: Dividends hit record as profit warnings surge. But profit warnings surge. Will China’s year of the rabbit end on a hop: will this year breath fire? Intel, Nokia and Microsoft in fight back. Portugal says don’t forget about ...1 week ago -
PureGear Hard Shell Case with Stand / Kickstand & Holster Combo for Verizon Motorola Droid Razr Razor XT912 (Black) – Retail Packaging
Best Droid Accessories —
Authority: 134
PureGear Hard Shell Case with Stand / Kickstand & Holster Combo for Verizon Motorola Droid Razr Razor XT912 (Black) – Retail Packaging Lightweight Durable Protection Low-Profile Built-In Slider Stand for Easy Horizontal or Vertical Viewing Advanced Holster Locking Mechanism Holds Phone Securely Holster Clips to ...1 week ago -
Can Big Oil Repeat Its Big Year?
Royal Dutch Shell plc .com —
Authority: 119
1 week ago -
Shell puts extra €90m into Irish subsidiary
Royal Dutch Shell plc .com —
Authority: 119
1 week ago -
Learn How to Use PowerShell to Run Exchange Commands Remotely
Hey Scripting Guy! —
Authority: 460
Summary : Learn how to use Windows PowerShell to run Exchange Server 2010 commands remotely by using implicit remoting. Hey, Scripting Guy! I am having a problem with Exchange Server 2010. I have Windows PowerShell 2.0 installed on the server, but I am unable to connect and to do anything with ...1 week ago -
January meeting reminder
Richard Siddaway's Blog —
Authority: 113
Just a quick reminder that on Tuesday 24 January the UK PowerShell Group presents a Live Meeting looking at PowerShell v3 CTP2 Details from here http://msmvps.com/blogs/richardsiddaway/archive/2012/01/02/uk-powershell-group-january-2012.aspx1 week ago -
Pensions anger as even profitable firms cut benefits
Royal Dutch Shell plc .com —
Authority: 119
1 week ago


Follow Technorati