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 AutosEco Marathon of Future Cars: 3000 MPG?

Would you drive a bullet-shaped car?by ecoleader / on Mar 27, 2012 -
in FilmBig Oil and the Greedy Lying Bastards That They Are

Greedy Lying Bastards exposes big oil-- the filmmaker Craig Rosebraugh chats with Bryan Cain-Jackson about the filmby makingsense / on Mar 27, 2012 -
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
Latest blogosphere posts tagged “shell”
-
Read line from a .gz file
—
Authority:
Hi , I am trying to read a .gz file through while and for loop like : Code: for files in `find . -type f -name "*.gz"` do while read line do echo "`wc -l $files|awk {print $1}`;`echo $line |cut -c86-99`;"NS" >> ${TMP_DIR}/${TMP_FILENAME} done ...14 hours ago -
Extracting rows and columns in a matrix based on condition
—
Authority:
Hi I have a matrix with n rows and m columns like below example. i want to extract all the pairs with values Input Code: A B C D A 100 206 51 300 B 206 100 72 48 C 351 22 100 198 D 13 989 150 100 Output format Code: A,A:200 ...15 hours ago -
Extracting a portion of the filename
—
Authority:
Hi I would like to extract the first portion of filename from a list of files. The filename pattern is of the form 123456789_TEXT_TEXT_TEXT_.csv. I want to extract just the numerical portion of this filename from the list of files and then output this into another text file. K16 hours ago -
Pearl (Nature)
—
Authority:
Purchase $3.00 Includes: FOLDER: “Pearl – JPG” Contains: 3700×4000 JPG image. FOLDER: “Pearl – PNG” Contains: 3700×4000 FOLDER: “Pearl – EPS” Contains: fully editable Vector Object EPS. Minimum Adobe Illustrator CS Version – CS10. FOLDER: “Pearl – AI” Contains: fully editable AI ...17 hours ago -
Evecase Executive Carrying Pouch Case with Belt Loop (Fits Skin/ Slim Hard shell Case inside)
—
Authority:
Evecase Executive Carrying Pouch Case with Belt Loop (Fits Skin/ Slim Hard shell Case inside) Brand New EVECase size (132 x 70 x12 mm) Able to fit your favorite skin/Silicone/slim Hard shell case with this pouch! Brand new EVECase universal horizontal pouch case – Black. Quantity: 1 Stylish & high quality smooth ...17 hours ago -
awk - printing nth field based on parameter
—
Authority:
I have a need to print nth field based on the parameter passed. Suppose I have 3 fields in a file, passing 1 to the function should print 1st field and so on. I have attempted below function but this throws an error due to incorrect awk syntax. Code: function calcmaxlen { FIELDMAXLEN=0 POSITION=$1 while ...17 hours ago -
Modifying contents of the file in shell script
—
Authority:
Hello all, I have a Kconfig file that looks like something below ... ================================ menu "Application type" config GUI_TYPE_STANDARD bool "Standard Application" source "cfg/config/std.in" source "cfg/config/cust.in" ...18 hours ago -
Perl : unable to frame code with Business:Hours module with example
—
Authority:
Hi all , There are two datetimes in the below format $datetime1="2007-12-31 16:50:00"; $datetime2="2008-1-1 04:24:00"; I need to calculate time in minutes only in between the office hours.(08:00 to 18:00 ). in PERL . For the above requirement I found a module Business::Hours that calculates the time in ...18 hours ago -
String comparison in if condition
—
Authority:
I have written a condition if [ $hour -gt 12 ] && [ $hour -ne 00 ] where i am comparing the hour value with 00, can i do that, as i am checking if the hour value in the date is not equal to 00 and then diplaying the time as p.m else in a.m. Please tell me if i can compare $hour with 00. Is that correct or an ...18 hours ago -
Miracle Shell Update 1.2.0 [18-Jun-2013]
—
Authority:
Miracle Shell Update Version: 1.2.0 Miracle-Team [18-Jun-2013] More Fast Download Speed Fastest Access to Support Area World’s Largest Flash File Collection +10000 Flash File Check Inside ...18 hours ago -
Carson wants Shell to hurry cleanup of Carousel tract contamination
Royal Dutch Shell plc .com —
Authority: 125
06/17/2013 The City Council Tuesday night will discuss issuing a letter opposing Shell Oil’s initial cleanup plans for the Carousel tract neighborhood, which was contaminated by a former oil tank farm that occupied the 50-acre area until the 1960s. Shell has been preparing a plan, under the supervision of the Los ...18 hours ago -
Translate a VBScript Event Log Script to PowerShell, Dude...
—
Authority:
Summary : Microsoft Scripting Guy, Ed Wilson, talks about translating a VBScript script that queries the Windows Event logs directly into Windows PowerShell. Hey, Scripting Guy! Dude! I have this way cool VBScript script that I use every day to query the event logs on our servers. It receives all of the ...18 hours ago -
Tax Increase Hampers Statoil ASA(ADR) (STO)
—
Authority:
Tax reform can be a powerful incentive for energy companies to increase spending on capital projects. For instance, BP plc (ADR) (NYSE: BP ) recently decided to ramp up spending on oil and gas projects in Alaska mainly because of new and favorable tax regulations in that state. But of course, the flip side is ...1 day ago -
Synchronization, rsync option
—
Authority:
Dear all, I am synchronizing some files on 2 hosts. host2 is a backup server of host1, but can have some more up to date files. I use on host2: Code: rsync -auv usrer@host1:/Source_Dir Dest_Dir Option -u (update) will copy and replace the newest files from host2 to host1. Before this is done I would like to ...1 day ago -
How to extract text from STRING to end of line?
—
Authority:
Hi I have a very large data file with several hundred columns and millions of lines. The important data is in the last set of columns with variable numbers of tab delimited fields in front of it on each line. Im currently trying sed to get the data out - I want anything beetween :RES and the end of line in the ...1 day ago -
How to loop around the contents of file?
—
Authority:
Hi , I need to print the contents of a file in a loop I tried like below but didnt get the contents in the output The file nms.txt has some names like apple grapes --- Code: #!/bin/ksh file_nm="/etc/nms.txt" for data in "echo {$file_nm}" do echo "$data" done The above code gives me the output as ...1 day ago -
.BAT to LINUX Shell Script Conversion2
—
Authority:
Hi Can anyone please guide me how can I convert this Batch Script into LINUX Shell Script. :: InputFileDel.bat (Input File Delete Program) :: Parameter- Fully qualified file name (complete path and file name) ECHO OFF CLS IF NOT "%1" == "" GOTO DELETE1 IF "%1" == "" GOTO POINT2 :POINT2 IF NOT "%2" == "" GOTO DELETE2 ...1 day ago -
.BAT to LINUX Shell Script Conversion
—
Authority:
Hi Can anyone please guide me how can I convert this Batch Script into LINUX Shell Script. :: FileDel.bat ( Input File Delete Program) :: Parameter- Fully qualified file name (complete path and file name) ECHO OFF CLS IF NOT "%1" == "" ( IF NOT "%2" == "" ( GOTO DELETE ) ELSE GOTO END ) ELSE GOTO END :DELETE IF ...1 day ago -
Colorful, durable bird baths by Achla
—
Authority:
Achla is a high quality brand of products for the home and garden. The range extends to such items as fences and gates, bird feeders, bird baths, hanging planters, watering containers and more. The items are designed with quality and… Read More >1 day ago -
Corruption of the Irish Police by Royal Dutch Shell
Royal Dutch Shell plc .com —
Authority: 125
This is a brief update about OSSL, a company employed for some years by Shell EP Ireland as a “Mr Fixit” (distributor of Shell bribes) used to ease the progress of the controversial, hopelessly delayed and billions over-budget, Shell led Corrib Gas Project in Ireland By John Donovan This is a brief update about ...1 day ago



Follow Technorati