Sponsored White Papers, Webcasts, and Downloads
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
- 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
- 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
- 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
- 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
- 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
- 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
- Korn shell with Linux?
- Are there any versions of Linux that support the Korn shell and the vi editor?Yeshttp://linux.ittoolbox.com/nav/t.asp?t=431&p=431&h1=431Why would you use korn when you have bash?vi is in the typical linux install.Thank youI use korn with the vi editor at work and I want to simulate the enviroment at work as closely as...
- Tags: Linux, Operating systems, OPEN SOURCE, UNIX, Korn Shell
- Discussion threads 2005-10-08
- 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
- shell
- which of the many shells do you use?why this over the ubiquitous bash? if not bash what benefits does the shell offer over bash?and don't forgetthat if you ever do decide to build a kernel, you have to have bash, or it isn't going to work. :)BashIt's bash for me,...
- Tags: Bash, Jaqui, Linux, SCO Group Inc., shell, Sun Solaris
- Discussion threads 2005-07-13
- Guide to Linux File Command Mastery
- Although GUI desktops such as KDE and GNOME help users take advantage of Linux features without functional knowledge of the command-line interface, more power and flexibility are often required. Moreover, a basic familiarity with these commands is still essential to properly automate certain functions in a shell script. This paper...
- Tags: Oracle Corp., Linux, Open Source, UNIX, Operating Systems, Software
- White papers
- Scripting in Linux with execline
- Vincent Danen describes an alternative to traditional shell scripts, like bash. If you are resource-conscious, you may want to consider execline scripting as a leaner, more secure, and faster scripting method. Most individuals write shell scripts in bash, or "sh" (which is often, but not always, bash). Other...
- Tags: Linux, Vincent Danen, shell, shell script, TÂ Â 0:00, Linux Tips Newsletter, Execline
- Technical articles 2006-12-21
- Make your Linux command line work like DOS with shell scripting
- If you're an IT support professional who's comfortable withworking at the command prompt in Windows, you might quickly find yourself lostwhen you first open a command line in Linux. Most of the familiar DOS commandsyou grew up with don't exist in Linux. So you find yourself facing thedaunting task of...
- Tags: DOS, Linux, command line, Eric Sheesley, shell
- Technical articles 2004-07-16
- CommandCenter (dmg)
- Built by a system administrator for system administrators, Command Center is a tool to manage shell-based scripts with the capability to remotely run them on any UNIX or UNIX-like host/server with output logs that can be saved and printed. Major features include but not limited to: create and manage scripts...
- Tags: Script, GinormousTools, Scripts, Operating Systems, Servers, Software, Hardware
- Software downloads 2008-07-24
- Createusers script for Linux
- Need to load over 500 accounts on a Linux server and would like a script such as Createusers. However, the website that is referred to for this script is no longer available. Anyone have any suggestions? Addusers function is leading me in circles.This wiki work for ya?http://osl.birzeit.edu:8080/wiki2/index.php/LTSP_guide_on_Debian#Creating_and_removing_users_accounts_in_bulk
- Tags: OPEN SOURCE, UNIX, Operating systems, Servers, BarryVG, Linux
- Discussion threads 2007-11-25
- Execute perl script on remote linux machine
- I have many linux machine s connected in a network. Now I want ot create a perl script thich will ping all the machines in a network and if the remote machine is alive then it will invokerun another perl script residing on that alive remote linux machine. In what...
- Tags: Scripting languages, Programming languages, Development tools, isha.dalwadi@..., perl script, Perl, linux machine, Linux
- Discussion threads 2007-06-29
- 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
- 10 things you should know about the Linux bash shell
- The unassuming Linux shell program bash hides some powerful tools and shortcuts, 10 of which are outlined in this document. For many information technology professionals the command line interface is where they feel most comfortable conversing with the Linux operating system. The shell program bash is often...
- Tags: TechRepublic Inc., Tool, Linux, Productivity, UNIX, Operating Systems, Open Source, Software
- Download resources 2005-08-10
- << Previous
- page 1 of 1
- Next >>