answersLogoWhite

0

Acceptable, but not recommended to avoid unexpected results on the output of the command.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the two c shell script files that are automatically executed when logging into a unix system when your default login shell is set to the c shell?

The local user files that are read are the .login and the .cshrc files


What are the release dates for Forensic Files - 2000 Shell Game?

Forensic Files - 2000 Shell Game was released on: USA: 7 March 2007


Is your computer able to open all files?

ms shell yao


How can I use the sd shell to manage and manipulate files on my device efficiently?

To efficiently manage and manipulate files on your device using the sd shell, you can use commands like ls to list files, cd to navigate directories, mv to move files, cp to copy files, rm to delete files, and touch to create new files. Additionally, you can use wildcards like to perform actions on multiple files at once. Familiarizing yourself with these commands and practicing using them will help you effectively manage and manipulate files on your device.


Can someone translate the name Michelle into Korean characters?

미셀 (me-shell)


Under MS-DOS what must be loaded into memory each time the computer starts?

Kernel Files: IO.SYS, MSDOS.SYS Shell Files: COMMAND.COM


How do you compile and run the shell programs through vi-editor in Linux?

You don't Shell files/programs are not compiled. If you want to run a process through 'vi' then use the ':!' 'ex' command to shell out and execute it.


Parse log files-shell script?

There are following shell scripts available at the below mentioned url -1. Shell Script for Log4j Log Analysis and exception reporting2. Log Monitoring Shell Script - email upon errorsHope that's what you are looking for.


Definition of OS Kernel Shell?

The kernel and the shell are two different parts of the OS or operating system. The shell interprets the commands from input. The kernel houses the heart of the OS like the command files and execute applications.


Write a shell program to delete all the files in the current directory?

in winxp del *.* /Q /S


Write a shell script that copies multiple files to a directory?

why not use the cp command to copy multiple files, i.e. cp file1 file2 file3 dir Rick


Write a shell script rename all files whose names end with .c as .old?

for i in *.cdomv $i $i.olddone