answersLogoWhite

0

What is second cut file used for?

User Avatar

Anonymous

14y ago
Updated: 9/17/2019

it files the top of a material

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a second cut file?

answ2. This refers to the shape of the tiny cutting surfaces on the file.A smooth file has small teeth, and are continuous across the file face.A second cut file will have the simple cutting edges of a smooth file further divided by grooves at an angle to the first. This is your most common file.Beyond this you have coarse files, and bastard files, halfway between coarse and 2nd cut.


How do cut and paste to a flash drive?

Plug the first flash drive into a computer, copy the file into the computer, unplug the first flash drive, then plug the second into the computer, cut and paste the file from the computer to the second flash drive. The file is now on both flash drives.


Which short cut key is used to copy a file and folder?

Bbbnnsms


Smooth second-cut and bastard are all terms associated with what?

They are types of file, the hand tool for shaping metal.


What is fine cut files used for?

A fine cut file is used for filing down wood and other materials. It is also used to smooth the edges of materials such as wood, metal or plastic.


What is a double cut file?

Double cutting file


Why is it called a bastard file?

When files are initially forged at the mill, coarse and smooth files will occasionally intermingle resulting in a consummation not approved by the shop foreman. The result is a little fella that is neither “Coarse” nor “Smooth.” Given their untoward metallurgical status, they are labeled Bast@rd files and discounted appropriately.


What does file mean when you file your fingers?

I think it means when you get a paper cut


How do you cut a folder or file?

With a knife


What is a grand father file?

A file were you store dead cut up grandfathers!


What is the unix command to display the first two characters of all the lines from a file?

Assuming that the file you are looking at is a columnar file you can use the 'cut' command, as in 'cut -c1-2 filename'


How do you store the total size of c source file in unix?

du command can be used to find the size of the file.$ file_size=`du -s shift.c | cut -f1`$ echo $file_size4