- LEVEL - I
- List all the files and subdirectories of the directory /bin = cd bin ls bin
- List all the files including hidden files in your current directory = ls -a
- List all the files starting with letter 'r' in your current directory = ls r*
- List all the files having three characters in their names from your current directory. = ls ???
- List all the files with extension .doc in your current directory = ls *.doc
- List all the files having the first letter of their name within the range 'l' to , 's' from your current directory = ls [l-s]*
- Create a file text1 and read its input from keyboard = cat > text1
- Copy contents of file text1 to another file text2 = cp text1 text2
- Append the contents of file text2 to file text1 = cat >> text1 text2
- Count the number of files in the current directory = ls|wc -w
- Display the output of command ls -l to a file and on the output screen = ls -l|cat > text3 or ls -l|cat>>text2
- From file text1 print all lines starting from 10th line = tail +10 text1
- Find the number of users currently logged on to the system = who|wc -l
- Delete all the files with their names starting with "tmp" = rm tmp*
- LEVEL - II
- Create a file FILE2 with some text in it. Increase the no. of hard links to the file FILE2 to 3 and check the inode number and link count for those names = ls -l FILE2 Fl1 Fl2|cut -d " " -f3,10
- Using one single command, display the output of "who" and "pwd" commands = who;pwd
- Display today's date = echo "Today is $(date+%a) $(date+%d) $(date+%h) $ (date+%y) "
- Display the text message on monitor screen "We are done!!!" = echo "We are done!!!"
- Display the message on monitor screen "The long listing of my home dir ----- is -----" = 'the long listing of my home dir '; pwd; echo ' is ';ls -l
- LEVEL - III
- List only the directories in your current directory = find -type d|nl
- Display the name and count of the directories in the current directory = find -type d -print; find -type d|wc -l
- Find out whether the users with a pattern "itp9" in their names have logged in = who|cut -d " " -f1|fgrep itp9
- Find out whether a particular user "itp9" has logged in
- n=`who|cut -d " " -f1|fgrep ncs|wc-l` if test $n -ne 0
then
echo -e "no"
else
echo -e "yes"
fi - Assign a value "Black" to var1 and then display the following message on the terminal using this variable "Sirius Black is a true marauder."
- Set var1 Black
- echo "Sirius $var1 is a true marauder."
- Create the file employee.txt having ":" separated fields. The fields of record are : enumber, ename, eposition, esal, edoj, edept. Now answer the following.
- List all the employees along with a row number = cat employee.txt|cut -d ":" -f2|nl
- Sort the files as per names = cat employee.txt|sort -t ":" +1 -2
- List top three salaried employees = cat employee.txt|sort -r -t ":" +3 -4|head -3
- Rmove duplicate record from the file = cat employee.txt|unique
- List dept. no along with no. of emplooyees working in each dept = cat employee.txt|cut -d ":" -f6, 1|unique
- Sort the file in descending order of salary = cat employee.txt|sort -r -t ":" +3 -4
- LEVEL - IV
- Accept a file name and a number (x). Display x lines from the top of the file. Check if the file exists and is readable. The value of x should not exceed the total no. of lines in the files. Display suitable messages in case an error is encountered.
read file
if test -e file
then
echo 'File exists.'
if test -r file
echo 'File is readable'
echo 'Enter the line no.'
read n
x=`wc.. -l $file|cut -d " " -f1`
if test $n -lc $x
then
head -$n $file
else
echo 'The value exceeds total no of lines.'
fi
else
echo 'File is not readable'
fi
else
echo 'File doesn't exist'
fi
There are lots of information about latest technology and how to get trained in them, like UNIX Training Chennai have spread around the web, but this is a unique one according to me. The strategy you have updated here will make me to get trained in future technologies(UNIX Course in Chennai). By the way you are running a great blog. Thanks for sharing this.
ReplyDeleteUNIX Training Chennai | UNIX Course in Chennai
Coding...: Unix Commands >>>>> Download Now
Delete>>>>> Download Full
Coding...: Unix Commands >>>>> Download LINK
>>>>> Download Now
Coding...: Unix Commands >>>>> Download Full
>>>>> Download LINK yY
Article is giving really productive information to everyone. Well done.UNIX Training in noida
ReplyDeleteI simply wanted to thank you so much again. I am not sure the things that I might have gone through without the type of hints revealed by you regarding that situation.
ReplyDeleteBest Java Training Institute in chennai
Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.
ReplyDeleteAmazon Web Services Training in Chennai
Best Java Training Institute Chennai
Australia Best Tutor offer different types of services at affordable price.
ReplyDeleteLive Chat @ https://www.australiabesttutor.com/assignment-help
Read More @
Finance Assignment Help Tasmania
Statistics Assignment Help Tasmania
Nursing Assigment Help Tasmania
Dissertation Writing Services
Assignment Help Tasmania
ReplyDeleteFlipkart promo codes
Flipkart deals & coupons
flipkart coupon code
flipkart coupons offer promo code
Amazon promo code
amazon offers
amazon offers and deals
amazon coupon code
amazon deal of the day
cleartrip promo codes
cleartrip coupon code
cleartrip offers and deals
cleartrip deals
MMT promo Codes
MMT coupon codes
Makemytrip promo codes
makemytrip offers
makemytrip deals & offers
healthkart coupon code
healthkart promo codes
Myntra promo codes
ReplyDeleteMyntra deals and offers
Myntra coupon codes
Myntra coupons offers promo codes
Myntra offers on online shopping
Nykaa Promo Codes
Nykaa Deals and offers
Nykaa Coupons codes
Nykaa coupons offers promo codes
Nykaa offers on online shopping
Flipkart promo codes
ReplyDeleteFlipkart deals & coupons
flipkart coupon code
flipkart coupons offer promo code
Amazon promo code
amazon offers
amazon offers and deals
amazon coupon code
amazon deal of the day
cleartrip promo codes
ReplyDeletecleartrip coupon code
cleartrip offers and deals
cleartrip deals
MMT promo Codes
MMT coupon codes
Makemytrip promo codes
makemytrip offers
makemytrip deals & offers
healthkart coupon code
ReplyDeletehealthkart promo codes
healthkart deals and offers
healthkart discount offers
bigbasket promo codes
bigbasket coupon codes
bigbasket offers
bigbasket coupon and deals
pizzahut promo code
pizzahut coupon codes
ReplyDeletepizzahut offers
pizzahut coupon and offers
hotels promo code
hotels coupon codes
hotel offers & deals
hotels discount offers
nearbuy coupon codes
nearbuy promo codes
nearbuy deals and offers
ReplyDeletenearbuy discounts
zoomcar promo code
zoomcar coupon code
zoomcar offers on ride
zoomcar deals and offers
Thanks for sharing as it is an excellent post would love to read your future post for more knowledge Web Development Company in Bangalore | Web Design Companies in Bangalore
ReplyDeleteHi,
ReplyDeleteI must appreciate you for providing such a valuable content for us. This is one amazing piece of article. Helped a lot in increasing my knowledge.
Software Testing Training in Chennai
Best Software Testing Training Institute in Chennai
Testing training
Software Testing Training Institute Chennai
Testing Training Chennai
Excellent content!!! After reading your blog, I am curious to read the next part of the blog.
ReplyDeleteSelenium Training in Chennai
Best Selenium Training Institute in Chennai
ios developer training in chennai
Digital Marketing Training in Chennai
.Net coaching centre in chennai
Future of testing professional
Qtp training in Chennai
Best ios Training institute in Chennai
Thanks to the admin of this blog for sharing these kinds of useful information; Have been waiting for more updates.
ReplyDeleteIELTS Classes in Mumbai
IELTS Coaching in Mumbai
Best IELTS Coaching in Mumbai
IELTS Center in Mumbai
IELTS Training in Mumbai
Best IELTS Classes in Mumbai
IELTS Class in Mumbai
The great service in this blog and the nice technology is visible in this blog. I am really very happy for the nice approach is visible in this blog and thank you very much for using the nice technology in this blog
ReplyDeleteiosh course in chennai
It's remarkable. The way you describe the information is awesome. This will really help me out. Thanks for sharing.
ReplyDeleteUnix Training in Chennai
Unix Shell Scripting Training in Chennai
Tally Course in Chennai
Tally Classes in Chennai
VMware Training in Chennai
VMware Course in Chennai
Unix Training in Anna Nagar
Unix Training in T Nagar
Very informative. thanks for sharing. Keep up the good work. This could not be explain better than this. Please update such posts.
ReplyDeleteBest unix training in kalyan nagar
ReplyDeleteVery nice posts, this could not be written better. Do posts like this, Thank you.
Hybrid Decentralized Crypto Exchange | Best Crypto Exchange | Beldexcoin
Informative post indeed, I’ve being in and out reading posts regularly and I see alot of engaging people sharing things and majority of the shared information is very valuable and so, here’s my fine read.
ReplyDeletehttps://www.bloglovin.com/@myaarpmedicarecomlogin/medicare-supplement
https://myaarpmedicarecom.tumblr.com/post/185342653384/medicare-supplement click here click here click here
http://myaarpmedicarecom22.bravesites.com click here code html
https://www.evernote.com/shard/s343/sh/25778201-4f5f-4f82-8bc6-f6cfed8202ba/635a9f044644e3d48fdab133d3ac4f36 click here co 2lz4drob
http://myaarpmedicareofficialsite.yolasite.com click here code
Great Blog post very useful info thanks for this post ....
ReplyDeletepower bi training chennai |Power bi training class chennai
Those guidelines additionally worked to become a good way to recognize that other people online have the identical fervor like mine to grasp great deal more around this condition.
ReplyDeleteaws training in chennai | aws training in annanagar | aws training in omr | aws training in porur | aws training in tambaram | aws training in velachery
"I simply wanted to write down a quick word to say thanks to you for those wonderful tips and hints you are showing on this site.
ReplyDeleteDigital Marketing Training Course in Chennai | Digital Marketing Training Course in Anna Nagar | Digital Marketing Training Course in OMR | Digital Marketing Training Course in Porur | Digital Marketing Training Course in Tambaram | Digital Marketing Training Course in Velachery
"
Superbly written article, if only all bloggers offered the same content as you, the internet would be a far better place
ReplyDeleteDigital Marketing Training Course in Chennai | Digital Marketing Training Course in Anna Nagar | Digital Marketing Training Course in OMR | Digital Marketing Training Course in Porur | Digital Marketing Training Course in Tambaram | Digital Marketing Training Course in Velachery
It is amazing and wonderful to visit your site.Thanks for sharing this information,this is useful to me...
ReplyDeleteoracle training in chennai
oracle training in omr
oracle dba training in chennai
oracle dba training in omr
ccna training in chennai
ccna training in omr
seo training in chennai
seo training in omr
Coding...: Unix Commands >>>>> Download Now
ReplyDelete>>>>> Download Full
Coding...: Unix Commands >>>>> Download LINK
>>>>> Download Now
Coding...: Unix Commands >>>>> Download Full
>>>>> Download LINK zh
smm panel
ReplyDeletesmm panel
İŞ İLANLARI
İnstagram takipçi satın al
hirdavatci burada
beyazesyateknikservisi.com.tr
SERVİS
tiktok jeton hilesi