csh - C Shell Scripting - find command -


i trying use find command, , wondering if there simpler way regex find files specific ending?

in assignment, have find files end in .c (like c program's source code file)

isn't

find . -name '*.c' 

simple enough?


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -