Http://blog.chinaunix.net/uid-2282111-id-2113293.htmlIn the Linux/unix platform often use scanf from the keyboard to get characters, output characters after pressing backspace key to delete, will appear ^h, which is accustomed to the deletion by the
OracleDatabaseforLinux does not support the backspace key.
Oracle Database for Linux does not support the backspace key.
Method 1: When you want to use the backspace key, press ctrl + backspace
Method 2: Add the following content to any startup
Method 1: press ctrl + backspace while using the backspace key.
Method 2: Add the following content to any startup script:[Oracle @ night ~] $ Tail-1. bash_profileStty erase ^ H
Stty indicates set tty, which is mainly used to check and modify the
Article Title: Details: how to use Echo in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The
0. Preface This article summarizes how to use the echo command to write to a file, such as using the ECHO directive to overwrite the contents of a file, using the Echo directive to append content to a file, and using the Echo Directive to append
practical examples of ' echo ' command in Linux
by Avishek Kumar Under:linux Commands on:august 21, 2014 translation by Smallliu
The echo command is the most commonly used built-in command for bash shells and C shells in Linux, most typically in
This article introduces how to use echo in linux. echo is a very simple and direct LINUX Command.
First, we will introduce the standard command line, which contains three parts:
Command_name option argument
Okay. Back, echo is to send argument to
0. Preface This article summarizes how to write content to a file using the echo command, such as overwriting the contents of the file with the Echo directive, appending content to the file with the Echo directive, and appending tabs to the file
echo commandFunction: Display character (trailing line wrapping function)Syntax: Echo [-nee][string]Description: Echo will send the input string to standard output. The output string is separated by a white space character, and a newline number is
Echo is a more common command in Linux, especially in bash scripting, which is essential for its flexible use.In the man manual, the explanation is: Display a line of text, translation comes back or more popular point is to show characters or
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.