- Engineering
- Computer Science
- i am using vim unixlinux commandline program from my srpt...
Question: i am using vim unixlinux commandline program from my srpt...
Question details
I am using VIM UNIX/Linux commandline program. From my srpt script I am supposed to only read the directory information one time and make a tmp folder and make a text file inside it. The results must be put into the text file inside a folder called tmp. The file can just be called temp.txt. Once the file is created it should be read back as described below and displayed.
Here are the instructions.
This is what I have so far. If you can get it to work using this code then please do. In any case I need you to write the code and send it to me. I am lost.
mkdir /tmp/$USER
find /bin ( -type f -fprintf /tmp/fcnt " " ) , ( -type d -fprintf /tmp/dcnt " " ) , ( -type f -size +1000c -fprintf /tmp/fsize "%s " )
Solution by an expert tutor
