TechRepublic : A ZDNet Tech Community

1 Resources for

current line

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Keyboard shortcuts in bash and zsh
Learn these timesaving keyboard shortcuts for working in the bash and zsh shells. The bash and zsh shells are very similar, with zsh being more of a "power-house" shell than bash. Key commands for both shells are similar and knowing these time-saving shortcuts can be a great...
Tags: Vincent Danen, keyboard, keyboard shortcut, Ctrl, current line, cursor, Alt, shell, Linux Tips Newsletter, Word, Cursor Position, Keyboards, Linux, Hardware, Peripherals, Operating Systems, Software
Technical articles 2007-04-27

Additional Resources

UNIX command line editing made easy
Wish there were a quicker way to work with UNIX command lines? There is when you use the VI or EMACS command line editors. With our list of VI and EMACS commands, you'll get your line editing done in no time.Ever get tired of typing long directory or file names...
Tags: Unix, Michael Hayes, line editor, EMACS, ESC ESC Completes, Ctrl, Moves cursor, B Moves
Technical articles 2001-01-24
Use keyboard shortcuts at the command line
The bash shell gives you flexibility at the command line for editing. Have a look at these examples. Delivered each Tuesday, TechRepublic's free Linux NetNote provides tips, articles, and other resources to help you hone your Linux skills. Automatically sign up today! The bash...
Tags: Linux, Vincent Danen, keyboard shortcut, keyboard, Ctrl, Linux Tips Newsletter, TechRepublic Inc., Command, Mode, Keyboards, UNIX, Operating Systems, Open Source, Software, Hardware, Peripherals
Technical articles 2005-02-03
Create a folder with current date
I have an old computer with Windows 98SE and I'd like to get a help on how to create a folder with the current date, "08-26-2008" for example without the quotes, using a script.I have tried md %date:~4,2%-%date:~7,2%-%date:~10,4%It works on Windows XP but not on Windows 98.Thanks in advance.Try thisA...
Tags: Microsoft Windows, batch file, DOS
Discussion threads 2008-08-26
Thanks
ThanksYou've been a great help. Looks like I have some reading to catch up on.OK I finally did itAfter centuries with MS, I finally decided to give Linux a try. I took an old laptop (PIII 500) and downloaded the latest version of Ubuntu. The install went...
Tags: UNIX, Operating systems, OPEN SOURCE, Linux
Discussion threads 2005-11-25
Master the Linux bash command line with these 10 shortcuts
Ifyou've ever typed a command at the Linux shell prompt, you've probably alreadyused bash—after all,it's the default command shell on most modern GNU/Linuxdistributions. The bash shell is the primary interface to the Linux operatingsystem—it accepts, interprets and executes your commands,and provides you with the building blocks for shell scripting and...
Tags: alias, command line, cursor, Guest Contributor, Linux
Technical articles 2005-08-10
c++
hi there.im new to c++ and i have this project im working onstaff personel system using OOP.ive started my project but im stuck.need help.#include "StaffPersonnelDataHandler.h"StaffPersonnelDataHandler::StaffPersonnelDataHandlervoid // constructor{}StaffPersonnelDataHandler::~StaffPersonnelDataHandlervoid{}void Trim(std::string& str, const std::string & ChrsToTrim = " tnr", int TrimDir = 0){ size_t startIndex = str.find_first_not_ofChrsToTrim; ...
Tags: C/C++, C++, startIndex, outFile, ChrsToTrim, CurrentSection
Discussion threads 2008-10-07
Get IT Done: An introduction to the MySQL command line
Introduction to common command line MySQL instructions and configurationsDatabases are all the rage for one good reason: You need them to do just about anything. From Web sites to employee records to vendor listings to payrolls, databases affect nearly all levels of the enterprise. Because of this, duties that once...
Tags: Databases, OPEN SOURCE, Jack Wallen, Jr., Get IT Done, MySQL, password, database
Technical articles 2002-03-22
Manage Windows Server 2003 computers remotely with a mouse click
Manage Windows Server 2003 computers remotely with a mouse clickarticle rootJust Moved to W2k3We just moved from NT to W2k3. Need more technical info like this.Thanks.Learn Shadow and Query Session for more TS functionalityShadow commandEnables you to remotely control an active session of another user. Syntaxshadow {SessionName | SessionID} [/server:ServerName] [/v]...
Tags: cahsolo@..., computer, data center, hardware, Metafile, mouse, network, OLE Object, security
Discussion threads 2005-04-28
Pick up some Python with this script walk-through
One good way to become conversant with a new language is to convert a script from a similar language. This article will take you through that process to show you the basic Python statements.I often find myself anticipating future contract requirements and wanting to add to my skill set. But...
Tags: Scripting languages, Programming languages, Development tools, Python
Technical articles 2002-06-18
Manipulate text files easily with UNIX awk
Awk provides a great mechanism for working with data files on a UNIX system. Here's a look at awk command structure, flow control, and data structures.You can apply the UNIX awk utility to myriad tasks, but one of its best uses is to process and manipulate formatted data files, such...
Tags: selector, Awk, Unix
Technical articles 2002-09-23
How do I... Use the Windows Vista FTP command line utility?
Now that I am on my command-line kick these days, I wanted to show you how to take advantage of a free command-line FTP utility that comes packaged with Windows Vista. Why pay money for some software when you can take advantage of software you already paid for. There is...
Tags: Directory, Microsoft Windows Vista, Microsoft Windows, ASCII, FTP, File, Computer, Productivity, Steven Warren
Blog posts 2007-11-19
Command Line Tasks Scheduling
Hi GuysI am trying to schedule a task for an application to be opened every 5 minutes. I am trying to keep an application open that our employees might accidently close. That application being the Cisco Unified Personal Communicator with is a Cisco soft phone.This gets a little complicated because...
Discussion threads 2008-04-03
Tech Tip: Command-line keyboard shortcuts/Attach document footers in Win2K
Find out about some command-line keyboard shortcuts, learn how to attach document footers. Windows 2000 Professional: Use keyboard shortcuts at the command console Most Windows applications map the keyboard's function keys to certain functions....
Tags: Guest Contributor, Windows 2000 Professional Tips Newsletter, Keyboard, Console, Microsoft Windows 2000, Command, SSI Ltd., Internet Information Services, Internet, Keyboards, Hardware, Peripherals
Technical articles 2004-08-02
How do you rate your job security in the current economic climate???
The auto industry tanking and asking for bailouts. Banks going under. Tech companies like Nortel filing for Chapter 11. The housing industry is in a shambles as well as the mortgage industry. The dreaded "D" word is being mentioned. Unemployment is on the rise. 2.5 million permanent jobs have been...
Tags: Mortgages, Recruitment & Selection, job, secure
Discussion threads 2009-01-15
Learn about Perl statements with this script walk-through
One of the best ways to master a new language is to examine real-world examples. Find out the basics as we dissect a simple script that reformats a text file.Being a hired-gun developer, I inherit all kinds of client problems. Recently, I was tasked with exporting a delimited flat file...
Tags: Scripting languages, Programming languages, Perl
Technical articles 2002-05-14
Quick Tip: Use our VI cheat sheets to edit text more effectively in UNIX
Edit text more effectively in UNIX with these VI cheat sheets.VI is a confusing, frustrating, backwards, difficult-to-learn text editor. So why even deal with it? Because VI exists on virtually every UNIX system in the world, and if you can use VI, you can edit text on almost any UNIX...
Tags: Operating systems, Michael Hayes, Unix, CTRL-d Moves
Technical articles 2001-01-18
OnScreen QB Stats 1.0.1 (Mobile)
OnScreen QB Stats from OnScreen Science, Inc. is an app for recording, calculating, and reviewing quarterback passing results during and after a football game. So, if you're someone that needs to or would just like to know exactly how well the quarterbacks are doing in the game you're watching or...
Tags: Mobile, Quarterback, Games, Personal Technology
Software downloads 2009-12-28
PHP Debugger 2.1.3.5 (Windows)
PHP Debugger is a powerful php project development tool which integrated with PHP code editing and debugging. Without any other php server, you can edit and debug an PHP project with the help of PHP server integrated capable of debugging, after you create an PHP project simply. 1.Integrated with PHP...
Tags: PHP, Microsoft Windows, PHP Debugger, Scripting Languages, Software/Web Development, Web Development
Software downloads 2009-09-21
Run Microsoft Baseline Security Analyzer 1.2 from the command line
With the release of version 1.2 of the Microsoft BaselineSecurity Analyzer (MBSA 1.2), Microsoft has vastly improved this alreadyexcellent proactive security tool and turned it into a much more full-featuredutility. The MBSA includes a powerful graphical user interface that providesadministrators with a way to interactively scan the local and remote...
Tags: scan, Microsoft Baseline Security Analyzer, GUI, Scott Lowe MCSE, command line, Microsoft Corp.
Technical articles 2004-07-06
  • << Previous
  • page 1 of 1
  • Next >>


IT Manager's Tool Kit, Third Edition
Proven peer-authored advice and over 30 templates cover a variety of management topics to help you overcome staffing, financial, disaster planning and other technology challenges.
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now