Answer:
satisfaction,choice,service,care,customer service
Explanation:
thank me later
1. deletes file named school.txt
2 copy Aic.txt to windows
3. display the volume label and serial number if logical drive
4. remove directory named ASIAN
5.lists all files and sub directories of OS
6. displays current date and time
Answer:
import os, sys, stat
from stat import *
command = 'find ' + sys.argv[1] + ' -name *' + sys.argv[2] + '*'
print(command)
totalFiles = os.popen(command).read()
totalFiles = totalFiles.split()
totalSize = 0
for line in totalFiles:
statinfo = os.stat(line)
if stat.S_ISREG(statinfo.st_mode):
print(line, statinfo.st_size, 'bytes')
totalSize += statinfo.st_size
else:
print(line, '...')
print('Total file size:', totalSize, 'bytes')
Explanation:
- According to command line arguments, build the find command.
- Store the product by executing the command.
- Loop through all files in the output list using the for loop.
- Display the file name and size, If the file is regular otherwise just display the file name.
As many businesses all over the world embrace the remote work type program, people are now beginning to observe more exhilarating remote work programs become accessible. Based on chapter 1 of Information System and the Organization,<span> approximately about 60 percent of U.S. businesses have some form of the remote work program.</span>
That statement is true
in excel, you could enter point mode by pressing any keyboard navigation such as page down, page up, or the arrow keys or by clicking any cells in the worksheet
This mode will select a cell or range as formula operand