answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science

What does PPS stand for regarding the internet?

PPS stands for "Post Post Script". Just as PS stands for "Post Script", PPS stands for "Post Post Script", PPPS would stand for "Post Post Post Script" etc. A post script is any text written below the signature on a letter. If you forget to write something in the letter, you would put the in the PS, is you forget to write some in the PS would would write a PPS, and so on.


How do you write malware?

Are you sure you know what malware is? If you have to ask in an open forum such as this you obviously don't. I don't think you're ready to be a script kiddie.


How can you access various sites on the WWW by using hyperlinks or?

You can achieve this by in .htaccess code in apache server, if you are using windows server you need to write 3 line script


How is a single-session disc different from a multisession disc?

A single-session disc (CD-ROM-Read-Only Memory) can read but not write (record) or erase. Manufacturers write all items on the single-session disc at one time, and multisession disc (CD-RW-Compact Disc-Rewritable) is an erasable disc you can write on multiple times.


How do you enable PHP sessions?

Find your php.ini file (which holds all the settings for PHP, and how it should work).Under the "sessions" section, find the directive "session.save_hander." Unless you're directed otherwise, and you want sessions enabled, this directive should be set to the string "files."If session problems arise, find the directive "session.save_path," and make sure the current path it's set to actually exists (and that PHP can write to it). PHP does not create this directory; you need to.Still not working? Go to the directory path that session files are saved in (as noted in the "session.save_path" directive) and see if there are session files being created when you start a session in a PHP script. If they are, then your scripts are most likely the problem. If the newly created sessions are empty, make sure that you are actually putting data in them, and that you're not resetting the $_SESSION global variable anywhere.If they aren't, then it may help to reinstall PHP, or get further assistance elsewhere.

Related Questions

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

You need to be more specific in your question - the use of 'convert' may mean different things. What is the net effect of what you are trying to do?


Write a shell program using the if-the-else to test whether a variable name is a directory or a file?

# shell script example if [ -f $1 ]; then echo $1 is a file elsif [ -d $1 ]; then echo $1 is a directory fi


Write a shell script file called letter1 After running the script it will prompt the user for an English alphabet confirm the alphabet chosen and then search the current directory for all files?

Question is too vague; what do you mean by 'confirm the alphabet chosen'?


Write a shell script to display the smallest file name in respect of the string length among the list of files available in the current directory?

ls-lS | tail-1


How do you you write a script?

You write a script by writing there name then writing what they say simple


Should Kids Have To Write In Script?

yea i think kids could write and script.... i think its cool my friends like to write in script lolz


What are the steps to writing a script?

First you need a set of characters, a conflict, a theme, a situation and a resolution. Develop your story and write an outline. With your outline, you can begin expanding your idea into three acts, and write your script. Using a proper script format, write 90 to 120 pages -- one page equals about one minute of film time. With your completed draft, you can begin re-writing your script, so that you can make your script the best it can be. You can expect to craft multiple re-writes before your script is at its best.


What does The Script mean?

The prefix script- means to write.


What does the prefix script mean?

The prefix script- means to write.


How can I effectively write a script for a presentation?

To effectively write a script for a presentation, start by outlining key points, organizing them logically, and incorporating engaging language. Practice delivering the script to ensure clarity and flow, and consider the audience's perspective to tailor the content accordingly. Rehearse multiple times to become comfortable with the material and deliver a confident presentation.


Write a shell script to sort all the files in the current directory in an alphabetical order and direct the sorted list to a new file?

The following simple shell command lists the contents of a directory (verbose), and redirects the output to 'newfile.txt': ls -l > newfile.txt See related links.


How can you make a script?

Write it.