Vintage Mustang Database (1964 - 1980)

Discussion of vintage Jazzmasters, Jaguars, Bass VIs, Electric XIIs and any other offset-waist instruments.
User avatar
FenderBob
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 2081
Joined: Sun Dec 03, 2006 11:26 am
Location: Milwaukee
Contact:

Re: Vintage Mustang Database (1964 - 1980)

Post by FenderBob » Sun Apr 16, 2023 7:00 am

Have a bunch I could add when I get some time. :)

User avatar
Pacafeliz
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 18635
Joined: Sun Jul 29, 2007 6:34 pm
Location: Cococologne, Germany

Re: Vintage Mustang Database (1964 - 1980)

Post by Pacafeliz » Sun Apr 16, 2023 10:11 am

FenderBob wrote: ↑
Sun Apr 16, 2023 7:00 am
Have a bunch I could add when I get some time. :)
πŸ˜…
Git ready OSG!
i love delay SO much ...that i procrastinate all the time.

User avatar
FenderBob
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 2081
Joined: Sun Dec 03, 2006 11:26 am
Location: Milwaukee
Contact:

Re: Vintage Mustang Database (1964 - 1980)

Post by FenderBob » Sun Apr 16, 2023 10:50 am

Pacafeliz wrote: ↑
Sun Apr 16, 2023 10:11 am
FenderBob wrote: ↑
Sun Apr 16, 2023 7:00 am
Have a bunch I could add when I get some time. :)
πŸ˜…
Git ready OSG!
;D Most of mine are focused on the competition years.

User avatar
FenderBob
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 2081
Joined: Sun Dec 03, 2006 11:26 am
Location: Milwaukee
Contact:

Re: Vintage Mustang Database (1964 - 1980)

Post by FenderBob » Sun Apr 16, 2023 1:23 pm

Just looked - have like 230 serial numbers of mostly comp stangs. I went really hard for several years. But they are folders. not in MS WORD or EXCEL format. Would take some time to convert into a clean list. :unsure:

User avatar
superficial
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 163
Joined: Mon Apr 11, 2022 2:00 am

Re: Vintage Mustang Database (1964 - 1980)

Post by superficial » Sun Apr 16, 2023 2:29 pm

Someone can probably help write a very simple terminal / shell command to list folder names.

For example, on a Mac (Or 'nix) terminal you'd navigate to the folder where the subfolders are listed, and type:

Code: Select all

ls -d */
Or, if you folder structure is messy but you can search for a certain string or some other identifier, you'd type:

Code: Select all

find . -type d -name "Mustang"

User avatar
FenderBob
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 2081
Joined: Sun Dec 03, 2006 11:26 am
Location: Milwaukee
Contact:

Re: Vintage Mustang Database (1964 - 1980)

Post by FenderBob » Sun Apr 16, 2023 3:58 pm

superficial wrote: ↑
Sun Apr 16, 2023 2:29 pm
Someone can probably help write a very simple terminal / shell command to list folder names.

For example, on a Mac (Or 'nix) terminal you'd navigate to the folder where the subfolders are listed, and type:

Code: Select all

ls -d */
Or, if you folder structure is messy but you can search for a certain string or some other identifier, you'd type:

Code: Select all

find . -type d -name "Mustang"
Thanks for the suggestions. Don't have a MAC, have a PC. Would it be just as easy?

User avatar
caples
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 326
Joined: Mon May 10, 2021 10:41 am
Location: Massachusetts

Re: Vintage Mustang Database (1964 - 1980)

Post by caples » Mon Apr 17, 2023 7:05 am

FenderBob wrote: ↑
Sun Apr 16, 2023 1:23 pm
Just looked - have like 230 serial numbers of mostly comp stangs. I went really hard for several years. But they are folders. not in MS WORD or EXCEL format. Would take some time to convert into a clean list. :unsure:
Wow 230 is crazy if you could make it into a list :o
1969 Comp Blue Mustang, 1965 Natural Jaguar

User avatar
luau
Admin
Admin
Posts: 10045
Joined: Tue Dec 12, 2006 7:07 am
Location: Ft. Lauderdale, FL, USA

Re: Vintage Mustang Database (1964 - 1980)

Post by luau » Tue Apr 18, 2023 5:57 am

FenderBob wrote: ↑
Sun Apr 16, 2023 3:58 pm
superficial wrote: ↑
Sun Apr 16, 2023 2:29 pm
Someone can probably help write a very simple terminal / shell command to list folder names.

For example, on a Mac (Or 'nix) terminal you'd navigate to the folder where the subfolders are listed, and type:

Code: Select all

ls -d */
Or, if you folder structure is messy but you can search for a certain string or some other identifier, you'd type:

Code: Select all

find . -type d -name "Mustang"
Thanks for the suggestions. Don't have a MAC, have a PC. Would it be just as easy?
Sure, just open a command prompt with the 'cmd' command and then change to the drive and directory containing all the goodies and redirect a directory listing to a file. Say your root folder containing everything is on drive X and in folder 'goodies'.

At the command prompt:

Code: Select all

x: <enter>
cd \goodies <enter>
dir /s /b > listing.txt <enter>
And then email me listing.txt and I'll convert it to a spreadsheet and send it back to ya.

edit: This will only work if the information you wish to extract is contained in directory and file names. If you have the information inside of a text file or something then that'll take a more comprehensive set of commands but is still doable.

User avatar
sam
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 113
Joined: Wed Jun 01, 2016 12:51 pm
Location: Los Angeles

Re: Vintage Mustang Database (1964 - 1980)

Post by sam » Wed Apr 26, 2023 8:53 am

Image

363704 :)

User avatar
Pacafeliz
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 18635
Joined: Sun Jul 29, 2007 6:34 pm
Location: Cococologne, Germany

Re: Vintage Mustang Database (1964 - 1980)

Post by Pacafeliz » Thu Apr 27, 2023 12:40 am

Oh damn :? :-*
i love delay SO much ...that i procrastinate all the time.

User avatar
Pacafeliz
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 18635
Joined: Sun Jul 29, 2007 6:34 pm
Location: Cococologne, Germany

Re: Vintage Mustang Database (1964 - 1980)

Post by Pacafeliz » Fri Jun 30, 2023 6:47 am

Well sorry but you can add this my wonderful 1976 natural

7615608

Image
i love delay SO much ...that i procrastinate all the time.

User avatar
sal paradise
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 3704
Joined: Thu May 27, 2021 12:41 am

Re: Vintage Mustang Database (1964 - 1980)

Post by sal paradise » Sat Jul 01, 2023 4:23 am

Pacafeliz wrote: ↑
Fri Jun 30, 2023 6:47 am
Well sorry but you can add this my wonderful 1976 natural

7615608

Image
Oh my gosh that’s gorgeous :-*
I have nothing to offer anybody, except my own confusion?

User avatar
68 Blackline
PAT PEND
PAT PEND
Posts: 18
Joined: Mon Feb 01, 2021 11:44 am
Location: Michigan

Re: Vintage Mustang Database (1964 - 1980)

Post by 68 Blackline » Tue Jul 04, 2023 7:17 am

1976 Mustang, natural as the previous post. It's near the end of the white guard SN on the neckplate style. F7087XX

Image

User avatar
caples
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 326
Joined: Mon May 10, 2021 10:41 am
Location: Massachusetts

Re: Vintage Mustang Database (1964 - 1980)

Post by caples » Tue Jul 04, 2023 11:21 am

Sorry for the delay everyone, should be updated as of now
1969 Comp Blue Mustang, 1965 Natural Jaguar

User avatar
ldp54002
PAT. # 2.972.923
PAT. # 2.972.923
Posts: 193
Joined: Wed Jan 18, 2023 11:19 am

Re: Vintage Mustang Database (1964 - 1980)

Post by ldp54002 » Wed Aug 23, 2023 9:54 am

Mine is a 1965 in Dakota red.

L33409 - B neck with date stamp OCT65

Image

The left is a refin'd parts 'stang, the right is a 2008 CIJ MG-73.

Post Reply