On UrbanBaby: I won't vaccinate my daughter!
1 Resources for

shell script file

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Using the bash command line
Need to get familiar with the fundamentals of the Linux bash command line and the Linux shell? In this Daily Drill Down, Dallas Releford explains these topics plus conditional statements, iteration statements, and variables.In this Daily Drill Down, I’ll attempt to familiarize you with the fundamentals of the Linux bash...
Tags: Operating systems, UNIX, OPEN SOURCE, Dallas Releford, Linux shell script, shell script, shell script file, shell, Linux, search path, Linux Shell
Technical articles 2000-11-22

Additional Resources

calling a C program in a shell script
hi how can i call a C program in a bourne shell script please let me knowI'm assuming that the program is actually compiled. If it is actually compiled, it is just like calling any other program...As J.Ja points out, you just call it by name. In fact, much...
Tags: C/C++, shell script, C, C program
Q&A 2006-03-17
Help required in Shell Script
Shell script 1.how to generate the following series ,1,3,2,4,3,5,4,6......1002.how to write a shell script to check if a given string is palindrome or not without reversing the string3.how to write a shell script to display the following pattern using while loop.1223334444
Tags: homosapien2001@..., shell script
Discussion threads 2007-09-10
Shell script
1.how to generate the following series ,1,3,2,4,3,5,4,6......1002.how to write a shell script to check if a given string is palindrome or not without reversing the string3.how to write a shell script to display the following pattern using whi
Tags: slipknotsr@..., shell script
Discussion threads 2004-12-17
Windows Server 2003 Logon script
Does any-one know of a central repository where I can get a list of all valid system logon commands?I think you are confused or I amA login script is just that, a script that is launched at login. Usually this is a command shell script DOS batch file, vb...
Tags: dhegner@..., it management, logon, Microsoft Windows, Microsoft Windows Server, Microsoft Windows Server 2003, networking, script, security, windows
Discussion threads 2007-01-12
shell scripting
1. how to write shell script to display the following series:1,2,3,4,10,5,6,7,8,2,6,9,10,11,12,42,13,14,15,16,58,17,18,19,20,742.how to write a shell script that accepts two file names.it should swap the contents of these two file i.e. contents of file 1 should go in file2 and contents of file2 should go in file1.3.how print the multiplication of...
Tags: slipknotsr@...
Q&A 2004-12-22
Adding a <CR> on a command in a script
I have a added a Windows based command to a simple windows shell script that requires to be entered before the command will run. Currently the script hangs unless I press return then it will continue. Can a be added to the end of the command somehow?Can this...
Tags: Microsoft Windows, Scripting languages, Ivan the Terrible
Q&A 2005-03-31
Improve Your Scripting With the test Command
The all too often underappreciated shell script is limited in power only by the ability of the person writing it. Every operation undertaken in a shell script, beyond the simplest grouping of commands, requires an examination of conditions. All shell script "Logic" - to use the term in its loosest...
Tags: Shell Script
White papers
calling a C program in a shell script
hi how can i call a C program in a bourne shell script please let me know
Tags: C/C++, Programming languages
Q&A 2006-03-17
Using script to record terminal sessions
In this Linux tip, Vincent Danen explains the usefulness of script to log transcripts of network changes. There are also a couple of things to look out for if you use it. Most sys admins know the importance of keeping an action log where various tasks, configuration changes,...
Tags: Linux, Vincent Danen, OPEN SOURCE, Linux Tips Newsletter, Session, File, UNIX, Operating Systems, Software
Technical articles 2007-02-12
FTP Script file
I am trying to automate an FTP transfer using a batch file in win xp. I am having trouble getting my batch file to run the script (which is a .txt file) to automatically log into the FTP server, transfer the files, then quit. I see that I need to...
Tags: batch file
Discussion threads 2005-02-17
Automatically close running application
Is there a way to close a running application in Windows with a batch file? The catch is in order to close the application you need a password. So, I would like to automatically close this application java app, enter password to close, then restart app all with...
Tags: Construction, cwill@..., password
Discussion threads 2007-08-28
FTP ls and dir hangs
Hi, My script suddenly failed 2 weeks ago after working for years. 'ls' command hangs after the script loggin anonymously. This script was written in c shell. I also have another script written in perl and use the Net::ftp module to ftp the same exact site and 'ls' without any...
Tags: FTP
Q&A 2004-10-04
VB Script - Help!
I am looking to change the following script to look in another location if it cannot find C:Program FilesInternet Exploreriexplore.exe. Norwegien & Swedish versions of Windows use the following location for IE c:programinternet exploreriexplore.exe. The script I have is as follows:Sub ZMain Dim MyURL, ret MyURL =...
Tags: Web browsers, jgibbons@..., Microsoft VBScript, Microsoft Visual Basic, Dim MyURL, C:PROGRAM FILESINTERNET EXPLORERIEXPLORE.EXE
Discussion threads 2007-04-05
C Shell scripting
HeyazNeed a little help writing a script with the csh have to sadly, Bascially The script needs to read a file, check it for spelling and for each word that is found to be incorrect ask the user to either insist on the current spelling and add it to a...
Tags: C/C++, jstoneky@..., C
Discussion threads 2007-10-24
Get up to speed on scripting tools and techniques
This book excerpt from Paraglyph Press offers an excellent overview of scripting and scripting tools. This introductory chapter to Windows Admin Scripting Little Black Book, Second Edition, lays a solid foundation for understanding scripting techniques and introduces the three major scripting tools that the book focuses on:...
Tags: Technique, Chapter, WSH, Kixtart, Tool, Productivity, Microsoft Windows, Scripting Languages, Operating Systems, Software, Software/Web Development, Web Development
Book chapters 2005-07-26
Advanced Shell for UPX (exe)
Advanced Shell is the Windows shell for UPX, the best executable file compressor. This shell allows to easy control UPX without any knowledge about UPX commands and options. It makes your work more effective and comfortable. Version 3.01 updates support issues.
Tags: Shell, Advanced Shell, Microsoft Windows, Strategy, Operating Systems, Software, Management
Software downloads 2007-10-04
calling a C program in a shell script
hi how can i call a C program in a bourne shell script please let me knowecho "about to call a C program"cprogramecho "after calling a C program"This assumes cprogram is in the $PATH. You may have to specify the path:/home/username/bin/cprogramYou might need to compile your cprogram.c first to...
Tags: C, C program, cprogram, iyerharini@..., linux, shell script
Q&A 2006-03-17
perl capturing mysqldump error message
I have written a short perl script that will read a configuration file to backup the mysql database's using the mysqldump. This perl script acquires it's input from a config file that any user can maintain with userid, password, if its a daily/weekly/monthly/annual backup, the directory the backup .sql...
Tags: Backups, Scripting languages, Programming languages, Development tools, droolin, Perl, backup, mysqldump, error message, config file
Discussion threads 2007-04-23
FTP Script
I have an ftp batch script that I am using within a bat file. Is there anyway to capture/query the results of the ftp script. For instance, I would like to be able to tell if ftp error code 552 resulted during a file upload. I am...
Tags: ifisher@..., FTP
Discussion threads 2007-06-05
  • << Previous
  • page 1 of 1
  • Next >>


Lock Down the IT Department
Safeguarding your company's systems and information assets requires vigilance on many fronts, but it's difficult to stay on top of every vulnerability ...
Buy Now
Microsoft Excel Intermediate Skills
This Microsoft Excel Intermediate Skills presentation is a preformatted solution for training staff to get more out of Microsoft Excel. The accompanyi ...
Buy Now