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”
-
Add Access Record PtII
MSMVPS.COM —
Authority: 658
We have seen how to add a record to an Access table by passing in the whole SQL string. This is OK when we want to add a single record or possibly not fill all fields in a row. 001 002 003 004 005 006 007 ...2 hours ago -
Rounding Script Help
The UNIX and Linux Forums —
Authority: 171
I need some help with my rouding script. I have started pretty much from scratch and have no idea if its correct or even close but I have been trying and have gotten to this point. i keep getting syntax errors and im not sure what is wrong. Here is what I got Code: let value=$1; while [ ...3 hours ago -
Rouding Script Help
The UNIX and Linux Forums —
Authority: 171
I need some help with my rouding script. I have started pretty much from scratch and have no idea if its correct or even close but I have been trying and have gotten to this point. i keep getting syntax errors and im not sure what is wrong. Here is what I got Code: let value=$1; while [ ...3 hours ago -
How to put a word starting at particular position in a file using shell scripting
The UNIX and Linux Forums —
Authority: 171
Hi all, Im new to shell scripting and hence this query. I have 2 files. temp.txt and config.txt. The values in temp.txt are tab separated. ex: temp.txt Code: AB CDE GHIJ OPQRS WXY ex:config.txt (1st line for 1st element of temp.txt and so on) Code: start = 1 end=5 start = 6 end = 10 start= ...4 hours ago -
How Do I Take My Company Public?” (Without Getting Scammed)
0z Web Hosting Reviews —
Authority: 145
So, your company is ready for that next step and you’ve 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 it’s share price and release shares for purchase. You’re imagining swarms of broker dealers ...4 hours ago -
Using telnet inside a ksh
The UNIX and Linux Forums —
Authority: 171
Hello, i am trying to use telnet inside of a ksh script. i would like to do like the following: Code: #!/bin/ksh ... user="user" hostname="hostname" telnet -l $user $hostname |& wait #end of the ksh and with this piece of code, i would like to telnet another machine, and let the user use telnet to work on ...4 hours ago -
Take Your Company Public: Have Investors Begging To Invest!
Daily Bulls —
Authority: 154
Take Your Company Public: Have Investors Begging To Invest! As the economy worsens and banks continue to crash and the US dollar is losing its place as the world currency American entrepreneurs need alternative funding solutions that cater to ongoing capital needs that take advantage of the international finance stage ...5 hours ago -
SBS 2008 Backup in Hyper-V Server R2
MSMVPS.COM —
Authority: 658
Windows SBS 2008 prefers to back up to a removable USB drive, which is a problem if your SBS is virtualized in Hyper-V, which doesn’t support USB. There are workarounds, such as FabulaTech’s USB over Network , which I’ve used, and like. But the current version (4.2) has issues , as I posted a few days ago. I ...5 hours ago -
Printing output with interval between letters
The UNIX and Linux Forums —
Authority: 171
I want to print/echo an output "This is the name of the game" where each letter will be printed/echoed after an interval of 1 sec5 hours ago -
Mudkip’s Cupcake Switch
Fyrebug Make Your Own Game! —
Authority: 179
Find out which cupcake Mudkip is behind!5 hours ago -
How Google Adsense Generate Some Revenue From Their Blogs?
Internet Marketing Solutions —
Authority: 448
introduction the program help hosting other to can expensive you levels and Many to to revenue blogs join program, access for places your Because are what looking [...]5 hours ago -
backup using tape scripts
nixCraft Linux Forum —
Authority: 145
hi i need to make some scripts: 1) a script that will add an zip archive each week to a tape. 2) a script that will tell when there is no room on the tape to put archives 3) a script that will search/extract a specific archive from that tape, when requested. can you help me, please ? im quite a newbie on scripting. I ...6 hours ago -
Problem with `cat` the compiled output of C program in unix
The UNIX and Linux Forums —
Authority: 171
Hello All, I have coded a C program which looks something like below... (program name: test.c) Code: #include main() { int dist,dm,dcm; printf(" Enter the distance between 2 cities in KM : "); scanf("%d",&dist); dm=dist*1000; dcm=dist*10; printf("Distance between 2 cities in Meter is %d \n",dm); ...9 hours ago -
Maximal Power POU-2203 EVA New Style EVA Hard Shell Camera Case (Blue)
Lowest Prices & Free Shipping —
Authority: 153
Binding: Electronics Manufacturer: Maximal Power Maximal Power POU-2203 EVA New Style EVA Hard Shell Camera Case (Blue) AMERICAN DIGITAL CAM CAS SHOCK H20 RESIST BLUE » » »Best price -Maximal Power POU-2203 EVA New Style EVA Hard Shell Camera Case (Blue)10 hours ago -
monitoring http://bash.cyberciti.biz/monitoring/get-system-information-in-html-format
nixCraft Linux Forum —
Authority: 145
Hi i try to use monitoring scripts that scripts is title... i got some errors Code: rfs= "$($_CMD df -hT | grep -vE " ^Filesystem|shm " \ | awk BEGIN{print " "}{w=sprintf(" %d ",$6);print " " $7 \ " " $6 \ " ( " $2 " ) src=\ "indicator.gif \" ...10 hours ago -
Unpack (extract) EAR / JAR files
The UNIX and Linux Forums —
Authority: 171
i have about 30 .EAR files, every ear file have 1 .JAR file. so i need to extract .EAR files then extract .JAR files, and one important thing is that every archive must bee extracted to separate folder. i try with gzip, but when i extract 30 ear files i cant make separate folders....10 hours ago -
Moving the files based on count and time.
The UNIX and Linux Forums —
Authority: 171
Hi, I have a requirement ,let us say 1000 files needs to be transferred in an hour from one path to another path and if the files (1000 files) are transferred within an hour ( say 40 mins), then the process should remain idle for the remaining time ( 20 mins).11 hours ago -
Reading complete line after spaces
The UNIX and Linux Forums —
Authority: 171
Hi, I am reading data from a variable which has spaces in it. I want to get the data after first space, i.e. if my data line is "My Name is Ashish...", I want the data returned as "Name is Ashish". I am using #!/bin/sh shell. Please help me with the code to read the complete data after first space. Thanks.11 hours ago -
How to append value at first line of CSV file using shell script?
The UNIX and Linux Forums —
Authority: 171
I have an issue where I need to append a value at the last of the csv, I have created a shell script and it is appending the columns at the last but it is appending at all lines, and my requirement is specific to just append at the 1st line. Have a look and suggest,11 hours ago -
I cannot copy files using mget
The UNIX and Linux Forums —
Authority: 171
I performed the following operations: - ftp - open xxx.xxx.xxx.xxx - username, password - dir 200 PORT command succesful 150 Opening ASCII mode data connection for /bin/ls I see some files and 1 directory - I digit: mget * for each file I see: mget .\nomefile? Y 200 PORT command succesful 125 Data connection open, ...12 hours ago

