DIVYANUNU / ENDSEM

END SEM EXAM DETAILS
0 stars 0 forks source link

21bcad35 #26

Open komalkumar262 opened 1 year ago

komalkumar262 commented 1 year ago

1.if ! command -v &> /dev/null then echo " could not be found" exit fi

2.Which Python library can I use to extract filenames from paths, no matter what the operating system or path format could be?

For example, I'd like all of these paths to return me c:

a/b/c/ a/b/c \a\b\c \a\b\c\ a\b\c a/b/../../a/b/c/ a/b/../../a/b/c

3.How do you run a program all by itself without an operating system running? Can you create assembly programs that the computer can load and run at startup, e.g. boot the computer from a flash drive and it runs the program that is on the CPU?

komalkumar262 commented 1 year ago

@DIVYANUNU